Home
last modified time | relevance | path

Searched defs:NodeOrdering (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp80 struct NodeOrdering { struct
83 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); } in insert()
84 void clear() { Map.clear(); } in clear()
86 bool operator()(const GepNode *N1, const GepNode *N2) const { in operator ()()
93 std::map<const GepNode *, unsigned> Map;
94 unsigned LastNum = 0;