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 182 /// setGraphAttrs - Set graph attributes for a node. (eg. "color=red".)
184 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) {
188 errs() << "SelectionDAG::setGraphAttrs is only available in debug builds"
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 306 void setGraphAttrs(const SDNode *N, const char *Attrs);
    [all...]

Completed in 177 milliseconds