HomeSort by relevance Sort by last modified time
    Searched refs:setGraphColor (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 204 /// setGraphColor - Convenience for setting node color attribute.
206 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) {
210 errs() << "SelectionDAG::setGraphColor is only available in debug builds"
234 setGraphColor(N, Color);
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 266 /// setGraphColor - Convenience for setting node color attribute.
268 void setGraphColor(const SDNode *N, const char *Color);
270 /// setGraphColor - Convenience for setting subgraph color attribute.
    [all...]

Completed in 29 milliseconds