HomeSort by: relevance | last modified time | path
    Searched refs:NodeGraphAttrs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 185 NodeGraphAttrs.clear();
197 NodeGraphAttrs[N] = Attrs;
210 NodeGraphAttrs.find(N);
212 if (I != NodeGraphAttrs.end())
227 NodeGraphAttrs[N] = std::string("color=") + Color;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 471 std::map<const SDNode *, std::string> NodeGraphAttrs;

Completed in 41 milliseconds