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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp626 void SDNode::dumprWithDepth(const SelectionDAG *G, unsigned depth) const { function in class:SDNode
632 dumprWithDepth(G, 10);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h663 /// dumprWithDepth - printrWithDepth to dbgs(). The given
668 void dumprWithDepth(const SelectionDAG *G = 0, unsigned depth = 100) const;

Completed in 122 milliseconds