Searched refs:getExitCount (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1349 SE->getExitCount(L, ExitingBB, in optimizeLoopExitWithUnknownExitCount() 1618 const SCEV *ExactExitCount = SE->getExitCount(L, ExitingBB); in optimizeLoopExits() 1619 const SCEV *MaxExitCount = SE->getExitCount( in optimizeLoopExits() 1758 const SCEV *ExitCount = SE->getExitCount(L, ExitingBB); in predicateLoopExits() 1841 const SCEV *ExitCount = SE->getExitCount(L, ExitingBB); in predicateLoopExits() 1971 const SCEV *ExitCount = SE->getExitCount(L, ExitingBB); in run()
|
| H A D | LoopPredication.cpp | 1011 const SCEV *ExitCount = SE.getExitCount(L, ExitingBB); in getMinAnalyzeableBackedgeTakenCount() 1063 const SCEV *LatchEC = SE->getExitCount(L, Latch); in predicateLoopExits() 1132 const SCEV *ExitCount = SE->getExitCount(L, ExitingBB); in predicateLoopExits()
|
| H A D | LoopBoundSplit.cpp | 83 const SCEV *ExitCount = SE.getExitCount(&L, Cond.ICmp->getParent()); in calculateUpperBound()
|
| H A D | PlaceSafepoints.cpp | 460 const SCEV *MaxExec = SE->getExitCount(L, Pred); in mustBeFiniteCountedLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 899 const SCEV *InnerLoopBECountSC = SE.getExitCount(InnerLoop, InnerLoopLatch); in hasIterationCountInvariantInParent() 1660 const SCEV *ExitCount = SE->getExitCount(L, PN->getIncomingBlock(i)); in rewriteLoopExitValues() 1903 const SCEV *OuterExitCount = SE.getExitCount(OuterLoop, OuterLoopLatch); in expandBounds()
|
| H A D | LoopUnrollRuntime.cpp | 658 const SCEV *BECountSC = SE->getExitCount(L, Latch); in UnrollRuntimeLoopRemainder()
|
| H A D | LoopConstrainer.cpp | 118 SE.getExitCount(&L, L.getLoopLatch(), ScalarEvolution::SymbolicMaximum); in getNarrowestLatchMaxTakenCountEstimate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 141 const SCEV *EC = SE.getExitCount(L, BB); in isHardwareLoopCandidate()
|
| H A D | ScalarEvolution.cpp | 8227 dyn_cast<SCEVConstant>(getExitCount(L, ExitingBlock)); in getSmallConstantTripCount() 8288 const SCEV *ExitCount = getExitCount(L, ExitingBlock); in getSmallConstantTripMultiple() 8292 const SCEV *ScalarEvolution::getExitCount(const Loop *L, in getExitCount() function in ScalarEvolution 13766 const SCEV *EC = SE->getExitCount(L, ExitingBlock); in PrintLoopInfo() 13817 auto *ExitBTC = SE->getExitCount(L, ExitingBlock, in PrintLoopInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 888 LLVM_ABI const SCEV *getExitCount(const Loop *L,
|