Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h235 using InductionList = MapVector<PHINode *, InductionDescriptor>; variable
261 InductionList *getInductionVars() { return &Inductions; } in getInductionVars()
451 InductionList Inductions;
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGTransforms.h30 LoopVectorizationLegality::InductionList *Inductions,
H A DVPlanHCFGTransforms.cpp22 LoopVectorizationLegality::InductionList *Inductions, in VPInstructionsToVPRecipes()
H A DLoopVectorize.cpp2822 LoopVectorizationLegality::InductionList *List = Legal->getInductionVars(); in createVectorizedLoopSkeleton()