Searched refs:NodeGraphAttrs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp166 NodeGraphAttrs.clear();
178 NodeGraphAttrs[N] = Attrs;
191 NodeGraphAttrs.find(N);
193 if (I != NodeGraphAttrs.end())
208 NodeGraphAttrs[N] = std::string("color=") + Color;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h254 std::map<const SDNode *, std::string> NodeGraphAttrs; member in class:llvm::SelectionDAG

Completed in 187 milliseconds