HomeSort by relevance Sort by last modified time
    Searched refs:dumpr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 579 void SDNode::dumpr() const { function in class:SDNode
584 void SDNode::dumpr(const SelectionDAG *G) const { function in class:SDNode
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 150 inline void dumpr() const;
638 /// dumpr - Dump (recursively) this node and its use-def subgraph.
639 void dumpr() const;
646 /// dumpr - Dump (recursively) this node and its use-def subgraph.
649 void dumpr(const SelectionDAG *G) const;
653 /// Unlike dumpr, this will print the whole DAG, including children
660 /// human-readable form. Unlike dumpr, this will print children
813 inline void SDValue::dumpr() const { function in class:llvm::SDNode::SDValue
814 return Node->dumpr();
    [all...]

Completed in 49 milliseconds