reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2084 MachineBasicBlock *OldExitingBB = ExitingBB; 2125 if (!ExitingBB || SuccLoopDepth > BestExitLoopDepth || 2130 ExitingBB = MBB; 2136 ExitingBB = OldExitingBB; 2142 if (!ExitingBB) { 2156 !BlocksExitingToOuterLoop.count(ExitingBB)) 2159 LLVM_DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) 2162 return ExitingBB;