Searched refs:ExitingMBBs (Results 1 – 1 of 1) sorted by relevance
697 MBBVector ExitingMBBs; in prepare() local698 LoopRep->getExitingBlocks(ExitingMBBs); in prepare()700 if (ExitingMBBs.size() == 0) { in prepare()1016 MBBVector ExitingMBBs; in mergeLoop() local1017 LoopRep->getExitingBlocks(ExitingMBBs); in mergeLoop()1018 assert(!ExitingMBBs.empty() && "Infinite Loop not supported"); in mergeLoop()1019 LLVM_DEBUG(dbgs() << "Loop has " << ExitingMBBs.size() in mergeLoop()1035 for (unsigned i = 0, e = ExitingMBBs.size(); i < e; ++i) in mergeLoop()1036 mergeLoopbreakBlock(ExitingMBBs[i], ExitBlk); in mergeLoop()