Searched refs:ExitingMBBs (Results 1 – 3 of 3) sorted by relevance
722 MBBVector ExitingMBBs; in prepare() local723 LoopRep->getExitingBlocks(ExitingMBBs); in prepare()725 if (ExitingMBBs.size() == 0) { in prepare()1041 MBBVector ExitingMBBs; in mergeLoop() local1042 LoopRep->getExitingBlocks(ExitingMBBs); in mergeLoop()1043 assert(!ExitingMBBs.empty() && "Infinite Loop not supported"); in mergeLoop()1044 LLVM_DEBUG(dbgs() << "Loop has " << ExitingMBBs.size() in mergeLoop()1060 for (unsigned i = 0, e = ExitingMBBs.size(); i < e; ++i) in mergeLoop()1061 mergeLoopbreakBlock(ExitingMBBs[i], ExitBlk); in mergeLoop()
722 MBBVector ExitingMBBs; in prepare() local723 LoopRep->getExitingBlocks(ExitingMBBs); in prepare()725 if (ExitingMBBs.size() == 0) { in prepare()1066 MBBVector ExitingMBBs; in mergeLoop() local1067 LoopRep->getExitingBlocks(ExitingMBBs); in mergeLoop()1068 assert(!ExitingMBBs.empty() && "Infinite Loop not supported"); in mergeLoop()1069 DEBUG(dbgs() << "Loop has " << ExitingMBBs.size() << " exiting blocks\n";); in mergeLoop()1088 for (unsigned i = 0, e = ExitingMBBs.size(); i < e; ++i) in mergeLoop()1089 mergeLoopbreakBlock(ExitingMBBs[i], ExitBlk); in mergeLoop()