Searched refs:printrWithDepthHelper (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 618 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper() function 636 printrWithDepthHelper(OS, N->getOperand(i).getNode(), G, depth-1, indent+2); in printrWithDepthHelper() 642 printrWithDepthHelper(OS, this, G, depth, 0); in printrWithDepth()
|