Home
last modified time | relevance | path

Searched refs:getTripCountFromExitCount (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp335 SE->getTripCountFromExitCount(BackedgeTakenCount, in verifyTripCount()
349 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, in verifyTripCount()
H A DLoopIdiomRecognize.cpp1012 SE->getTripCountFromExitCount(BECount, IntPtr, CurLoop); in getNumBytes()
1087 SE->getTripCountFromExitCount(BECount, IntIdxTy, CurLoop); in processLoopStridedStore()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp114 ? SE.getTripCountFromExitCount(BackedgeTakenCount) in computeTripCount()
H A DScalarEvolution.cpp8160 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 DVPlanConstruction.cpp524 const SCEV *TripCount = SE.getTripCountFromExitCount(BackedgeTakenCountSCEV, in prepareForVectorization()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h808 LLVM_ABI const SCEV *getTripCountFromExitCount(const SCEV *ExitCount);
817 LLVM_ABI const SCEV *getTripCountFromExitCount(const SCEV *ExitCount,