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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 175 /// setGraphAttrs - Set graph attributes for a node. (eg. "color=red".)
177 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) {
181 errs() << "SelectionDAG::setGraphAttrs is only available in debug builds"
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 223 /// setGraphAttrs - Set graph attributes for a node. (eg. "color=red".)
225 void setGraphAttrs(const SDNode *N, const char *Attrs);
    [all...]

Completed in 339 milliseconds