Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h267 using InductionList = MapVector<PHINode *, InductionDescriptor>; variable
299 InductionList &getInductionVars() { return Inductions; } in getInductionVars()
510 InductionList Inductions;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.h29 LoopVectorizationLegality::InductionList &Inductions,
DVPlanTransforms.cpp21 LoopVectorizationLegality::InductionList &Inductions, in VPInstructionsToVPRecipes()