Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp1003 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper() function
1021 printrWithDepthHelper(OS, Op.getNode(), G, depth-1, indent+2); in printrWithDepthHelper()
1027 printrWithDepthHelper(OS, this, G, depth, 0); in printrWithDepth()