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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 614 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G,
621 printrWithDepth(OS, G, 10);
625 printrWithDepth(dbgs(), G, depth);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 645 /// printrWithDepth - Print a SelectionDAG node and children up to
651 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = 0,
678 /// dumprWithDepth - printrWithDepth to dbgs(). The given
    [all...]

Completed in 52 milliseconds