Searched refs:ExitingBB (Results 1 – 4 of 4) sorted by relevance
274 void rotateLoop(BlockChain &LoopChain, MachineBasicBlock *ExitingBB,706 MachineBasicBlock *ExitingBB = nullptr; in findBestLoopExit() local725 MachineBasicBlock *OldExitingBB = ExitingBB; in findBestLoopExit()765 if (!ExitingBB || SuccLoopDepth > BestExitLoopDepth || in findBestLoopExit()770 ExitingBB = MBB; in findBestLoopExit()776 ExitingBB = OldExitingBB; in findBestLoopExit()783 if (!ExitingBB || L.getNumBlocks() == 1) in findBestLoopExit()790 !BlocksExitingToOuterLoop.count(ExitingBB)) in findBestLoopExit()793 DEBUG(dbgs() << " Best exiting block: " << getBlockName(ExitingBB) << "\n"); in findBestLoopExit()794 return ExitingBB; in findBestLoopExit()[all …]
1902 BasicBlock *ExitingBB = L->getExitingBlock(); in isHighCostExpansionHelper() local1903 if (!ExitingBB) in isHighCostExpansionHelper()1910 At = &ExitingBB->back(); in isHighCostExpansionHelper()
4804 if (BasicBlock *ExitingBB = L->getExitingBlock()) in getSmallConstantTripCount() local4805 return getSmallConstantTripCount(L, ExitingBB); in getSmallConstantTripCount()4842 if (BasicBlock *ExitingBB = L->getExitingBlock()) in getSmallConstantTripMultiple() local4843 return getSmallConstantTripMultiple(L, ExitingBB); in getSmallConstantTripMultiple()
624 BasicBlock *ExitingBB, bool IsSubExpr);