Lines Matching defs:Plan
1 //===- VPlan.h - Represent A Vectorizer Plan --------------------*- C++ -*-===//
10 /// This file contains the declarations of the Vectorization Plan base classes:
234 InnerLoopVectorizer *ILV, VPlan *Plan,
370 VPlan *Plan;
412 VPlan *Plan = nullptr;
4146 const VPlan &Plan;
4158 /// Print a given \p Block of the Plan.
4169 /// Print a given \p Region of the Plan.
4186 : OS(O), Plan(P), SlotTracker(&P) {}
4204 inline raw_ostream &operator<<(raw_ostream &OS, const VPlan &Plan) {
4205 Plan.print(OS);
4229 VPInterleavedAccessInfo(VPlan &Plan, InterleavedAccessInfo &IAI);