Searched refs:getExitCount (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 347 uint64_t GCOVFunction::getExitCount() const { in getExitCount() function in GCOVFunction 836 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 288 uint64_t getExitCount() const;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | PlaceSafepoints.cpp | 258 const SCEV *MaxExec = SE->getExitCount(L, Pred); in mustBeFiniteCountedLoop()
|
| H A D | InductiveRangeCheckElimination.cpp | 797 const SCEV *LatchCount = SE.getExitCount(&L, Latch); in parseLoopStructure() 1378 LatchTakenCount = SE.getExitCount(&OriginalLoop, MainLoopStructure.Latch); in run()
|
| H A D | IndVarSimplify.cpp | 2691 const SCEV *ExitCount = SE->getExitCount(L, ExitingBB); in run()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoops.cpp | 569 const SCEV *EC = SE->getExitCount(L, *I); in convertToCTRLoop()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 625 const SCEV *BECountSC = SE->getExitCount(L, Latch); in UnrollRuntimeLoopRemainder()
|
| H A D | LoopUtils.cpp | 657 const SCEV *InnerLoopBECountSC = SE.getExitCount(InnerLoop, InnerLoopLatch); in hasIterationCountInvariantInParent()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 732 const SCEV *getExitCount(const Loop *L, BasicBlock *ExitingBlock);
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 6527 dyn_cast<SCEVConstant>(getExitCount(L, ExitingBlock)); in getSmallConstantTripCount() 6563 const SCEV *ExitCount = getExitCount(L, ExitingBlock); in getSmallConstantTripMultiple() 6592 const SCEV *ScalarEvolution::getExitCount(const Loop *L, in getExitCount() function in ScalarEvolution
|