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

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

Completed in 941 milliseconds