Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
223 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 DRDFGraph.cpp169 OS << PrintNode<DefNode*>(P.Obj, P.G); in operator <<()
173 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<()
175 OS << PrintNode<UseNode*>(P.Obj, P.G); in operator <<()
218 OS << PrintNode<T>(A, P.G); in operator <<()
266 OS << PrintNode<PhiNode*>(P.Obj, P.G); in operator <<()
269 OS << PrintNode<StmtNode*>(P.Obj, P.G); in operator <<()
308 OS << PrintNode<InstrNode*>(I, P.G) << '\n'; in operator <<()
318 OS << PrintNode<BlockNode*>(I, P.G) << '\n'; in operator <<()
H A DRDFGraph.h941 struct PrintNode : Print<NodeAddr<T>> { struct
942 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() function
H A DHexagonOptAddrMode.cpp222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()