Home
last modified time | relevance | path

Searched refs:PredInst2Recipe (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h127 DenseMap<Instruction *, VPReplicateRecipe *> &PredInst2Recipe,
H A DLoopVectorize.cpp6616 DenseMap<Instruction *, VPReplicateRecipe *> &PredInst2Recipe, in handleReplication() argument
6632 if (PredInst2Recipe.find(PredInst) != PredInst2Recipe.end()) in handleReplication()
6633 PredInst2Recipe[PredInst]->setAlsoPack(false); in handleReplication()
6645 PredInst2Recipe[I] = Recipe; in handleReplication()
6766 DenseMap<Instruction *, VPReplicateRecipe *> PredInst2Recipe; in buildVPlanWithVPRecipes() local
6850 Instr, Range, VPBB, PredInst2Recipe, Plan); in buildVPlanWithVPRecipes()