HomeSort by: relevance | last modified time | path
    Searched refs:setSubgraphColor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 234 /// setSubgraphColorHelper - Implement setSubgraphColor. Return
245 LLVM_DEBUG(dbgs() << "setSubgraphColor hit max level\n");
261 errs() << "SelectionDAG::setSubgraphColor is only available in debug builds"
267 /// setSubgraphColor - Convenience for setting subgraph color attribute.
269 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) {
283 errs() << "SelectionDAG::setSubgraphColor is only available in debug builds"
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 365 /// Implementation of setSubgraphColor.
489 void setSubgraphColor(SDNode *N, const char *Color);

Completed in 29 milliseconds