Searched defs:setGraphColor (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp205 /// setGraphColor - Convenience for setting node color attribute.
207 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { function in class:SelectionDAG
211 errs() << "SelectionDAG::setGraphColor is only available in debug builds"
235 setGraphColor(N, Color);

Completed in 468 milliseconds