reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
125 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } 315 EntryInfo.Live = true; 404 if (BBInfo.Live) 407 BBInfo.Live = true; 567 << (BlockInfo[BB].Live ? " LIVE\n" : "\n");