Searched refs:printrWithDepth (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp616 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, function in class:SDNode
623 printrWithDepth(OS, G, 10);
627 printrWithDepth(dbgs(), G, depth);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h630 /// printrWithDepth - Print a SelectionDAG node and children up to
636 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = 0,
663 /// dumprWithDepth - printrWithDepth to dbgs(). The given

Completed in 106 milliseconds