Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp1040 static bool shouldPrintInline(const SDNode &Node, const SelectionDAG *G) { in shouldPrintInline() function
1053 if (shouldPrintInline(*Op.getNode(), G)) in DumpNodes()
1068 (!shouldPrintInline(N, this) || N.use_empty())) in dump()
1103 if (shouldPrintInline(*Value.getNode(), G)) { in printOperand()
1172 if (shouldPrintInline(*Op.getNode(), G)) in printrWithDepthHelper()