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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 177 /// setGraphAttrs - Set graph attributes for a node. (eg. "color=red".)
179 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) {
183 errs() << "SelectionDAG::setGraphAttrs is only available in debug builds"
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 180 /// setGraphAttrs - Set graph attributes for a node. (eg. "color=red".)
182 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) {
186 errs() << "SelectionDAG::setGraphAttrs is only available in debug builds"

Completed in 300 milliseconds