Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h267 using InductionList = MapVector<PHINode *, InductionDescriptor>; variable
294 InductionList &getInductionVars() { return Inductions; } in getInductionVars()
510 InductionList Inductions;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h29 LoopVectorizationLegality::InductionList &Inductions,
H A DVPlanTransforms.cpp21 LoopVectorizationLegality::InductionList &Inductions, in VPInstructionsToVPRecipes()