Searched refs:printrWithDepthHelper (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 1019 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper() function 1034 printrWithDepthHelper(OS, Op.getNode(), G, depth - 1, indent + 2); in printrWithDepthHelper() 1040 printrWithDepthHelper(OS, this, G, depth, 0); in printrWithDepth()
|