Home
last modified time | relevance | path

Searched refs:GepNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp70 struct GepNode;
71 using NodeSet = std::set<GepNode *>;
72 using NodeToValueMap = std::map<GepNode *, Value *>;
73 using NodeVect = std::vector<GepNode *>;
74 using NodeChildrenMap = std::map<GepNode *, NodeVect>;
76 using NodeToUsesMap = std::map<GepNode *, UseSet>;
83 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); } in insert()
86 bool operator()(const GepNode *N1, const GepNode *N2) const { in operator ()()
93 std::map<const GepNode *, unsigned> Map;
119 using ValueToNodeMap = std::map<Value *, GepNode *>;
[all …]