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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 216 /// setSubgraphColorHelper - Implement setSubgraphColor. Return
227 DEBUG(dbgs() << "setSubgraphColor hit max level\n");
243 errs() << "SelectionDAG::setSubgraphColor is only available in debug builds"
249 /// setSubgraphColor - Convenience for setting subgraph color attribute.
251 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) {
265 errs() << "SelectionDAG::setSubgraphColor is only available in debug builds"
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 180 /// setGraphColorHelper - Implementation of setSubgraphColor.
237 void setSubgraphColor(SDNode *N, const char *Color);
    [all...]

Completed in 187 milliseconds