Searched refs:createTripCountSCEV (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 586 const SCEV *TripCount = createTripCountSCEV(IdxTy, PSE); in optimizeForVFAndUF()
|
| H A D | LoopVectorize.cpp | 1011 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 D | VPlan.h | 81 const SCEV *createTripCountSCEV(Type *IdxTy, PredicatedScalarEvolution &PSE,
|