Home
last modified time | relevance | path

Searched refs:printrWithDepth (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp640 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() function in SDNode
647 printrWithDepth(OS, G, 10); in printrFull()
651 printrWithDepth(dbgs(), G, depth); in dumprWithDepth()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h666 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = nullptr,
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1101 N->printrWithDepth(dbgs(), &DAG); in PerformDAGCombine()
1103 Val.getNode()->printrWithDepth(dbgs(), &DAG); in PerformDAGCombine()