Searched refs:VPlanIngredient (Results 1 – 3 of 3) sorted by relevance
518 O << " +\n" << Indent << "\" " << VPlanIngredient(&Instr) << "\\l\""; in print()526 O << " +\n" << Indent << "\" " << VPlanIngredient(IV) << "\\l\""; in print()527 O << " +\n" << Indent << "\" " << VPlanIngredient(Trunc) << "\\l\""; in print()529 O << " " << VPlanIngredient(IV) << "\\l\""; in print()533 O << " +\n" << Indent << "\"WIDEN-PHI " << VPlanIngredient(Phi) << "\\l\""; in print()559 << VPlanIngredient(Ingredient); in print()567 << Indent << "\"PHI-PREDICATED-INSTRUCTION " << VPlanIngredient(PredInst) in print()573 O << " +\n" << Indent << "\"WIDEN " << VPlanIngredient(&Instr); in print()
1180 const struct VPlanIngredient &I);1227 struct VPlanIngredient { struct1230 VPlanIngredient(Value *V) : V(V) {} in VPlanIngredient() function1233 inline raw_ostream &operator<<(raw_ostream &OS, const VPlanIngredient &I) {
7089 << Indent << "\" " << VPlanIngredient(I) << " " << i << "\\l\""; in print()