Home
last modified time | relevance | path

Searched defs:ExitingBlock (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp647 BasicBlock *ExitingBlock = ExitingBlocks[i]; in simplifyOneLoop() local
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp754 BasicBlock *ExitingBlock = L->getLoopLatch(); in runOnLoop() local
DLoopStrengthReduce.cpp2109 BasicBlock *ExitingBlock = ExitingBlocks[i]; in OptimizeLoopTermCond() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4458 BasicBlock *ExitingBlock) { in getSmallConstantTripCount()
4499 BasicBlock *ExitingBlock) { in getSmallConstantTripMultiple()
4534 const SCEV *ScalarEvolution::getExitCount(Loop *L, BasicBlock *ExitingBlock) { in getExitCount()
4751 ScalarEvolution::BackedgeTakenInfo::getExact(BasicBlock *ExitingBlock, in getExact()
4883 ScalarEvolution::ComputeExitLimit(const Loop *L, BasicBlock *ExitingBlock) { in ComputeExitLimit()
5173 BasicBlock *ExitingBlock, in ComputeExitLimitFromSingleExitSwitch()