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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 118 const std::string &Attrs = Graph->getGraphAttrs(N);
189 /// getGraphAttrs - Get graph attributes for a node. (eg. "color=red".)
191 const std::string SelectionDAG::getGraphAttrs(const SDNode *N) const {
201 errs() << "SelectionDAG::getGraphAttrs is only available in debug builds"
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 225 /// getGraphAttrs - Get graph attributes for a node. (eg. "color=red".)
227 const std::string getGraphAttrs(const SDNode *N) const;
    [all...]

Completed in 548 milliseconds