Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp328 SE->getTripCountFromExitCount(BackedgeTakenCount, in verifyTripCount()
342 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, in verifyTripCount()
H A DLoopIdiomRecognize.cpp992 SE->getTripCountFromExitCount(BECount, IntPtr, CurLoop); in getNumBytes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp114 ? SE.getTripCountFromExitCount(BackedgeTakenCount) in computeTripCount()
H A DScalarEvolution.cpp8127 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 DScalarEvolution.h799 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 DLoopVectorize.cpp1017 return SE.getTripCountFromExitCount(BackedgeTakenCount, IdxTy, OrigLoop); in createTripCountSCEV()