Searched refs:ExitingMBBs (Results 1 – 1 of 1) sorted by relevance
685 MBBVector ExitingMBBs; in prepare() local686 LoopRep->getExitingBlocks(ExitingMBBs); in prepare()688 if (ExitingMBBs.size() == 0) { in prepare()999 MBBVector ExitingMBBs; in mergeLoop() local1000 LoopRep->getExitingBlocks(ExitingMBBs); in mergeLoop()1001 assert(!ExitingMBBs.empty() && "Infinite Loop not supported"); in mergeLoop()1002 LLVM_DEBUG(dbgs() << "Loop has " << ExitingMBBs.size() in mergeLoop()1016 for (MachineBasicBlock *MBB : ExitingMBBs) in mergeLoop()