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

Declarations

lib/Transforms/Vectorize/VPlan.h
 1264   friend inline raw_ostream &operator<<(raw_ostream &OS,

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 7277         << Indent << "\"  " << VPlanIngredient(I) << " " << i << "\\l\"";
lib/Transforms/Vectorize/VPlan.cpp
  650     O << " +\n" << Indent << "\"  " << VPlanIngredient(&Instr) << "\\l\"";
  658     O << " +\n" << Indent << "\"  " << VPlanIngredient(IV) << "\\l\"";
  659     O << " +\n" << Indent << "\"  " << VPlanIngredient(Trunc) << "\\l\"";
  661     O << " " << VPlanIngredient(IV) << "\\l\"";
  665   O << " +\n" << Indent << "\"WIDEN-PHI " << VPlanIngredient(Phi) << "\\l\"";
  691     << VPlanIngredient(Ingredient);
  699     << Indent << "\"PHI-PREDICATED-INSTRUCTION " << VPlanIngredient(PredInst)
  705   O << " +\n" << Indent << "\"WIDEN " << VPlanIngredient(&Instr);