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

Completed in 81 milliseconds