Home
last modified time | relevance | path

Searched defs:VPlanPrinter (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h1091 friend class VPlanPrinter; variable
1191 VPlanPrinter(raw_ostream &O, VPlan &P) : OS(O), Plan(P) {} in VPlanPrinter() function