Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp586 const SCEV *TripCount = createTripCountSCEV(IdxTy, PSE); in optimizeForVFAndUF()
H A DLoopVectorize.cpp1011 const SCEV *createTripCountSCEV(Type *IdxTy, PredicatedScalarEvolution &PSE, in createTripCountSCEV() function
5236 const SCEV *TC = createTripCountSCEV(TCType, PSE, OrigLoop); in selectEpilogueVectorizationFactor()
8709 createTripCountSCEV(Legal->getWidestInductionType(), PSE, OrigLoop), in tryToBuildVPlanWithVPRecipes()
8925 createTripCountSCEV(Legal->getWidestInductionType(), PSE, OrigLoop), in buildVPlan()
H A DVPlan.h81 const SCEV *createTripCountSCEV(Type *IdxTy, PredicatedScalarEvolution &PSE,