Home
last modified time | relevance | path

Searched refs:printrWithDepthHelper (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp581 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper() function
599 printrWithDepthHelper(OS, N->getOperand(i).getNode(), G, depth-1, indent+2); in printrWithDepthHelper()
605 printrWithDepthHelper(OS, this, G, depth, 0); in printrWithDepth()