Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2783 SmallVector<VPValue *> LiveInPlaceholders; variable
2825 for (VPValue *T : LiveInPlaceholders) in ~VPExpressionRecipe()
2842 zip(LiveInPlaceholders, operands())) in VP_CLASSOF_IMPL()
H A DVPlanRecipes.cpp2648 LiveInPlaceholders.push_back(new VPValue());
2649 R->setOperand(Idx, LiveInPlaceholders.back());
2659 LiveInPlaceholders[Idx]->replaceAllUsesWith(Op); in decompose()