reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
106 LLVM_DEBUG(dbgs() << " " << InstNo << ": BB " << BB->getName() << "\n"); 109 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; 115 auto &BlockMarkerSet = BBMarkerSet[BB]; 118 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); 127 BBMarkers[BB].push_back({InstNo, M}); 147 for (Instruction &I : *BB) { 156 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd);