Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp195 struct PrintListV { struct
196 PrintListV(const NodeList &L, const DataFlowGraph &G) : List(L), G(G) {} in PrintListV() function
198 using Type = T;
199 const NodeList &List;
200 const DataFlowGraph &G;