Home
last modified time | relevance | path

Searched refs:TripCountSCEV (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1011 const SCEV *TripCountSCEV = in getNumBytes() local
1013 return SE->getMulExpr(TripCountSCEV, in getNumBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2288 const SCEV *TripCountSCEV = in isHardwareLoopProfitable() local
2293 if (SE.getUnsignedRangeMax(TripCountSCEV).getBitWidth() > 32) { in isHardwareLoopProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2360 const SCEV *TripCountSCEV = SE.applyLoopGuards(SE.getSCEV(Count), OrigLoop); in createIterationCountCheck() local
2362 if (SE.isKnownPredicate(P, TripCountSCEV, SE.getSCEV(Step))) { in createIterationCountCheck()
2367 TripCountSCEV, SE.getSCEV(Step))) { in createIterationCountCheck()