Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp300 SE->getTripCountFromExitCount(BackedgeTakenCount, /*Extend=*/false); in verifyTripCount()
313 SCEVTripCountExt = SE->getTripCountFromExitCount(BackedgeTCExt, false); in verifyTripCount()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp114 ? SE.getTripCountFromExitCount(BackedgeTakenCount) in computeTripCount()
H A DScalarEvolution.cpp7883 const SCEV *ScalarEvolution::getTripCountFromExitCount(const SCEV *ExitCount, in getTripCountFromExitCount() function in ScalarEvolution
8076 const SCEV *TCExpr = getTripCountFromExitCount(ExitCount); in getSmallConstantTripMultiple()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h788 const SCEV *getTripCountFromExitCount(const SCEV *ExitCount,