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 | 997 SE->getTripCountFromExitCount(BECount, IntPtr, CurLoop); in getNumBytes()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 114 ? SE.getTripCountFromExitCount(BackedgeTakenCount) in computeTripCount()
|
H A D | ScalarEvolution.cpp | 8143 const SCEV *ScalarEvolution::getTripCountFromExitCount(const SCEV *ExitCount) { in getTripCountFromExitCount() function in ScalarEvolution 8151 return getTripCountFromExitCount(ExitCount, EvalTy, nullptr); in getTripCountFromExitCount() 8154 const SCEV *ScalarEvolution::getTripCountFromExitCount(const SCEV *ExitCount, in getTripCountFromExitCount() function in ScalarEvolution 8240 const SCEV *TCExpr = getTripCountFromExitCount(applyLoopGuards(ExitCount, L)); in getSmallConstantTripMultiple()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 800 const SCEV *getTripCountFromExitCount(const SCEV *ExitCount); 809 const SCEV *getTripCountFromExitCount(const SCEV *ExitCount, Type *EvalTy,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 934 return SE.getTripCountFromExitCount(BackedgeTakenCount, IdxTy, OrigLoop); in createTripCountSCEV()
|