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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp584 void SDNode::dumpr() const { function in class:SDNode
589 void SDNode::dumpr(const SelectionDAG *G) const { function in class:SDNode
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h155 inline void dumpr() const;
643 /// dumpr - Dump (recursively) this node and its use-def subgraph.
644 void dumpr() const;
651 /// dumpr - Dump (recursively) this node and its use-def subgraph.
654 void dumpr(const SelectionDAG *G) const;
658 /// Unlike dumpr, this will print the whole DAG, including children
665 /// human-readable form. Unlike dumpr, this will print children
815 inline void SDValue::dumpr() const { function in class:llvm::SDNode::SDValue
816 return Node->dumpr();

Completed in 215 milliseconds