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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp542 void SDNode::printr(raw_ostream &OS, const SelectionDAG *G) const { function in class:SDNode
555 N->printr(OS, G);
566 child->printr(OS, G);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAGNodes.h615 void printr(raw_ostream &OS, const SelectionDAG *G = 0) const;
619 /// to be printed in human-readable form. Unlike printr, this will
627 /// nodes to be printed in human-readable form. Unlike printr, this

Completed in 210 milliseconds