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 123 const std::string &Attrs = Graph->getGraphAttrs(N);
194 /// getGraphAttrs - Get graph attributes for a node. (eg. "color=red".)
196 const std::string SelectionDAG::getGraphAttrs(const SDNode *N) const {
206 errs() << "SelectionDAG::getGraphAttrs is only available in debug builds"
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 310 const std::string getGraphAttrs(const SDNode *N) const;
    [all...]

Completed in 63 milliseconds