Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp112 return SE.getTripCountFromExitCount(BackedgeTakenCount); in computeTripCount()
DScalarEvolution.cpp7147 const SCEV *ScalarEvolution::getTripCountFromExitCount(const SCEV *ExitCount) { in getTripCountFromExitCount() function in ScalarEvolution
7209 const SCEV *TCExpr = getTripCountFromExitCount(ExitCount); in getSmallConstantTripMultiple()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFlatten.cpp174 SE->getTripCountFromExitCount(SE->getBackedgeTakenCount(L)); in findLoopComponents()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h740 const SCEV *getTripCountFromExitCount(const SCEV *ExitCount);