Home
last modified time | relevance | path

Searched refs:PrintNode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp146 dbgs() << PrintNode<RefNode*>(RA, DFG) << "\n"; in collect()
168 dbgs() << "Dead instr: " << PrintNode<InstrNode*>(IA, DFG) << "\n"; in collect()
222 dbgs() << " " << PrintNode<RefNode*>(RA, DFG) << '\n'; in erase()
H A DHexagonRDFOpt.cpp311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
H A DHexagonOptAddrMode.cpp222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp162 OS << PrintNode<DefNode*>(P.Obj, P.G); in operator <<()
166 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<()
168 OS << PrintNode<UseNode*>(P.Obj, P.G); in operator <<()
209 OS << PrintNode<T>(A, P.G); in operator <<()
253 OS << PrintNode<PhiNode*>(P.Obj, P.G); in operator <<()
256 OS << PrintNode<StmtNode*>(P.Obj, P.G); in operator <<()
294 OS << PrintNode<InstrNode*>(I, P.G) << '\n'; in operator <<()
302 OS << PrintNode<BlockNode*>(I, P.G) << '\n'; in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h932 struct PrintNode : Print<NodeAddr<T>> { struct
933 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() function