Searched refs:VPlanIngredient (Results 1 – 3 of 3) sorted by relevance
701 O << " +\n" << Indent << "\" " << VPlanIngredient(IV) << "\\l\""; in print()705 O << " " << VPlanIngredient(IV); in print()1289 O << VPlanIngredient(OriginalPhi); in print()
2449 struct VPlanIngredient { struct2452 VPlanIngredient(const Value *V) : V(V) {} in VPlanIngredient() argument2457 inline raw_ostream &operator<<(raw_ostream &OS, const VPlanIngredient &I) {
977 void VPlanIngredient::print(raw_ostream &O) const { in print()