Home
last modified time | relevance | path

Searched refs: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
204 raw_ostream &operator<< (raw_ostream &OS, const PrintListV<T> &P) { in operator <<()
218 << PrintListV<RefNode*>(P.Obj.Addr->members(P.G), P.G) << ']'; in operator <<()
243 OS << " [" << PrintListV<RefNode*>(P.Obj.Addr->members(P.G), P.G) << ']'; in operator <<()