reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 7108     Plan->addVPValue(V);
 7174       if (RecipeBuilder.tryToCreateRecipe(Instr, Range, Plan, VPBB))
 7180           Instr, Range, VPBB, PredInst2Recipe, Plan);
 7192   VPBasicBlock *PreEntry = cast<VPBasicBlock>(Plan->getEntry());
 7194   VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor());
 7202     auto *Cond = RecipeBuilder.createBlockInMask(OrigLoop->getHeader(), Plan);
 7204       VPValue *Phi = Plan->getVPValue(Reduction.first);
 7205       VPValue *Red = Plan->getVPValue(Reduction.second.getLoopExitInstr());
 7213   Plan->addVF(VF);
 7216     Plan->addVF(VF);
 7221   Plan->setName(PlanName);
 7223   return Plan;