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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 174 NodeGraphAttrs.clear();
186 NodeGraphAttrs[N] = Attrs;
199 NodeGraphAttrs.find(N);
201 if (I != NodeGraphAttrs.end())
216 NodeGraphAttrs[N] = std::string("color=") + Color;
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 298 std::map<const SDNode *, std::string> NodeGraphAttrs;
    [all...]

Completed in 45 milliseconds