Searched refs:getExitCount (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1361 SE->getExitCount(L, ExitingBB, in optimizeLoopExitWithUnknownExitCount() 1628 const SCEV *ExactExitCount = SE->getExitCount(L, ExitingBB); in optimizeLoopExits() 1629 const SCEV *MaxExitCount = SE->getExitCount( in optimizeLoopExits() 1768 const SCEV *ExitCount = SE->getExitCount(L, ExitingBB); in predicateLoopExits() 1850 const SCEV *ExitCount = SE->getExitCount(L, ExitingBB); in predicateLoopExits() 1979 const SCEV *ExitCount = SE->getExitCount(L, ExitingBB); in run()
|
| H A D | LoopPredication.cpp | 1012 const SCEV *ExitCount = SE.getExitCount(L, ExitingBB); in getMinAnalyzeableBackedgeTakenCount() 1064 const SCEV *LatchEC = SE->getExitCount(L, Latch); in predicateLoopExits() 1133 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 | 462 const SCEV *MaxExec = SE->getExitCount(L, Pred); in mustBeFiniteCountedLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 906 const SCEV *InnerLoopBECountSC = SE.getExitCount(InnerLoop, InnerLoopLatch); in hasIterationCountInvariantInParent() 1449 const SCEV *ExitCount = SE->getExitCount(L, PN->getIncomingBlock(i)); in rewriteLoopExitValues() 1691 Exp.getSE()->getExitCount(OuterLoop, OuterLoopLatch); in expandBounds()
|
| H A D | LoopUnrollRuntime.cpp | 654 const SCEV *BECountSC = SE->getExitCount(L, Latch); in UnrollRuntimeLoopRemainder()
|
| H A D | LoopConstrainer.cpp | 112 SE.getExitCount(&L, L.getLoopLatch(), ScalarEvolution::SymbolicMaximum); in getNarrowestLatchMaxTakenCountEstimate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 138 const SCEV *EC = SE.getExitCount(L, BB); in isHardwareLoopCandidate()
|
| H A D | ScalarEvolution.cpp | 8194 dyn_cast<SCEVConstant>(getExitCount(L, ExitingBlock)); in getSmallConstantTripCount() 8252 const SCEV *ExitCount = getExitCount(L, ExitingBlock); in getSmallConstantTripMultiple() 8256 const SCEV *ScalarEvolution::getExitCount(const Loop *L, in getExitCount() function in ScalarEvolution 13488 << *SE->getExitCount(L, ExitingBlock) << "\n"; in PrintLoopInfo() 13522 << *SE->getExitCount(L, ExitingBlock, ScalarEvolution::SymbolicMaximum) in PrintLoopInfo() 14925 getExitCount(L, ExitingBB, ScalarEvolution::SymbolicMaximum); in computeSymbolicMaxBackedgeTakenCount()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 876 const SCEV *getExitCount(const Loop *L, const BasicBlock *ExitingBlock,
|