Searched refs:getTripCountFromExitCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 328 SE->getTripCountFromExitCount(BackedgeTakenCount, in verifyTripCount() 342 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, in verifyTripCount()
|
| H A D | LoopIdiomRecognize.cpp | 992 SE->getTripCountFromExitCount(BECount, IntPtr, CurLoop); in getNumBytes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 114 ? SE.getTripCountFromExitCount(BackedgeTakenCount) in computeTripCount()
|
| H A D | ScalarEvolution.cpp | 8127 const SCEV *ScalarEvolution::getTripCountFromExitCount(const SCEV *ExitCount) { in getTripCountFromExitCount() function in ScalarEvolution 8135 return getTripCountFromExitCount(ExitCount, EvalTy, nullptr); in getTripCountFromExitCount() 8138 const SCEV *ScalarEvolution::getTripCountFromExitCount(const SCEV *ExitCount, in getTripCountFromExitCount() function in ScalarEvolution 8224 const SCEV *TCExpr = getTripCountFromExitCount(applyLoopGuards(ExitCount, L)); in getSmallConstantTripMultiple()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 799 const SCEV *getTripCountFromExitCount(const SCEV *ExitCount); 808 const SCEV *getTripCountFromExitCount(const SCEV *ExitCount, Type *EvalTy,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1017 return SE.getTripCountFromExitCount(BackedgeTakenCount, IdxTy, OrigLoop); in createTripCountSCEV()
|