Searched refs:getTripCountFromExitCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 335 SE->getTripCountFromExitCount(BackedgeTakenCount, in verifyTripCount() 349 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, in verifyTripCount()
|
| H A D | LoopIdiomRecognize.cpp | 1012 SE->getTripCountFromExitCount(BECount, IntPtr, CurLoop); in getNumBytes() 1087 SE->getTripCountFromExitCount(BECount, IntIdxTy, CurLoop); in processLoopStridedStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 114 ? SE.getTripCountFromExitCount(BackedgeTakenCount) in computeTripCount()
|
| H A D | ScalarEvolution.cpp | 8160 const SCEV *ScalarEvolution::getTripCountFromExitCount(const SCEV *ExitCount) { in getTripCountFromExitCount() function in ScalarEvolution 8168 return getTripCountFromExitCount(ExitCount, EvalTy, nullptr); in getTripCountFromExitCount() 8171 const SCEV *ScalarEvolution::getTripCountFromExitCount(const SCEV *ExitCount, in getTripCountFromExitCount() function in ScalarEvolution 8260 const SCEV *TCExpr = getTripCountFromExitCount(applyLoopGuards(ExitCount, L)); in getSmallConstantTripMultiple()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanConstruction.cpp | 524 const SCEV *TripCount = SE.getTripCountFromExitCount(BackedgeTakenCountSCEV, in prepareForVectorization()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 808 LLVM_ABI const SCEV *getTripCountFromExitCount(const SCEV *ExitCount); 817 LLVM_ABI const SCEV *getTripCountFromExitCount(const SCEV *ExitCount,
|