Home
last modified time | relevance | path

Searched refs:getExitingBlock (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1168 if (!L->getExitingBlock()) in canExpandBackedgeTakenCount()
1172 BranchInst *BI = dyn_cast<BranchInst>(L->getExitingBlock()->getTerminator()); in canExpandBackedgeTakenCount()
1222 assert(L->getExitingBlock() && "expected loop exit"); in getLoopTest()
1229 BranchInst *BI = dyn_cast<BranchInst>(L->getExitingBlock()->getTerminator()); in getLoopTest()
1353 cast<BranchInst>(L->getExitingBlock()->getTerminator())->getCondition(); in FindLoopCounter()
1449 BranchInst *BI = cast<BranchInst>(L->getExitingBlock()->getTerminator()); in genLoopLimit()
1491 BranchInst *BI = cast<BranchInst>(L->getExitingBlock()->getTerminator()); in genLoopLimit()
1526 if (L->getExitingBlock() == L->getLoopLatch()) { in LinearFunctionTestReplace()
1549 CmpIndVar = IndVar->getIncomingValueForBlock(L->getExitingBlock()); in LinearFunctionTestReplace()
1561 BranchInst *BI = cast<BranchInst>(L->getExitingBlock()->getTerminator()); in LinearFunctionTestReplace()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp314 MachineBasicBlock *LastMBB = L->getExitingBlock(); in getTripCount()
650 MachineBasicBlock *LastMBB = L->getExitingBlock(); in convertToCTRLoop()
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp230 if (!L->getExitingBlock()) in UnrollRuntimeLoopProlog()
/external/llvm/include/llvm/Analysis/
DRegionInfo.h317 BasicBlock *getExitingBlock() const;
DLoopInfo.h192 BlockT *getExitingBlock() const;
DLoopInfoImpl.h54 BlockT *LoopBase<BlockT, LoopT>::getExitingBlock() const { in getExitingBlock() function
/external/llvm/lib/Analysis/
DRegionInfo.cpp154 BasicBlock *Region::getExitingBlock() const { in getExitingBlock() function in Region
177 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock(); in isSimple()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1021 MachineBasicBlock *LastMBB = L->getExitingBlock(); in convertToHardwareLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2182 if (!TheLoop->getExitingBlock()) in canVectorize()