Searched refs:LiveInPlaceholders (Results 1 – 2 of 2) sorted by relevance
2783 SmallVector<VPValue *> LiveInPlaceholders; variable2825 for (VPValue *T : LiveInPlaceholders) in ~VPExpressionRecipe()2842 zip(LiveInPlaceholders, operands())) in VP_CLASSOF_IMPL()
2648 LiveInPlaceholders.push_back(new VPValue());2649 R->setOperand(Idx, LiveInPlaceholders.back());2659 LiveInPlaceholders[Idx]->replaceAllUsesWith(Op); in decompose()