Searched refs:ExitingMBBs (Results 1 – 1 of 1) sorted by relevance
694 MBBVector ExitingMBBs; in prepare() local695 LoopRep->getExitingBlocks(ExitingMBBs); in prepare()697 if (ExitingMBBs.size() == 0) { in prepare()1008 MBBVector ExitingMBBs; in mergeLoop() local1009 LoopRep->getExitingBlocks(ExitingMBBs); in mergeLoop()1010 assert(!ExitingMBBs.empty() && "Infinite Loop not supported"); in mergeLoop()1011 LLVM_DEBUG(dbgs() << "Loop has " << ExitingMBBs.size() in mergeLoop()1027 for (MachineBasicBlock *MBB : ExitingMBBs) in mergeLoop()