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

  /external/swiftshader/third_party/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/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"

Completed in 62 milliseconds