Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp907 static bool shouldPrintInline(const SDNode &Node, const SelectionDAG *G) { in shouldPrintInline() function
920 if (shouldPrintInline(*Op.getNode(), G)) in DumpNodes()
935 (!shouldPrintInline(N, this) || N.use_empty())) in dump()
970 if (shouldPrintInline(*Value.getNode(), G)) { in printOperand()