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 207 /// setGraphColor - Convenience for setting node color attribute.
209 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) {
213 errs() << "SelectionDAG::setGraphColor is only available in debug builds"
237 setGraphColor(N, Color);
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 229 /// setGraphColor - Convenience for setting node color attribute.
231 void setGraphColor(const SDNode *N, const char *Color);
233 /// setGraphColor - Convenience for setting subgraph color attribute.
    [all...]

Completed in 551 milliseconds