Searched defs:printrWithDepthHelper (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp612 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, function
630 printrWithDepthHelper(OS, N->getOperand(i).getNode(), G, depth-1, indent+2);
636 printrWithDepthHelper(OS, this, G, depth, 0);

Completed in 87 milliseconds