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.cpp997 SE->getTripCountFromExitCount(BECount, IntPtr, CurLoop); in getNumBytes()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp114 ? SE.getTripCountFromExitCount(BackedgeTakenCount) in computeTripCount()
H A DScalarEvolution.cpp8143 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 DScalarEvolution.h800 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 DLoopVectorize.cpp934 return SE.getTripCountFromExitCount(BackedgeTakenCount, IdxTy, OrigLoop); in createTripCountSCEV()