Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp888 static bool shouldPrintInline(const SDNode &Node, const SelectionDAG *G) { in shouldPrintInline() function
901 if (shouldPrintInline(*Op.getNode(), G)) in DumpNodes()
916 (!shouldPrintInline(N, this) || N.use_empty())) in dump()
949 } else if (shouldPrintInline(*Value.getNode(), G)) { in printOperand()