Searched defs:PrintListV (Results 1 – 1 of 1) sorted by relevance
196 template <typename T> struct PrintListV { struct197 PrintListV(const NodeList &L, const DataFlowGraph &G) : List(L), G(G) {} in PrintListV() function199 using Type = T;200 const NodeList &List;201 const DataFlowGraph &G;