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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 69 struct GepNode;
70 using NodeSet = std::set<GepNode *>;
71 using NodeToValueMap = std::map<GepNode *, Value *>;
72 using NodeVect = std::vector<GepNode *>;
73 using NodeChildrenMap = std::map<GepNode *, NodeVect>;
75 using NodeToUsesMap = std::map<GepNode *, UseSet>;
82 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); }
85 bool operator()(const GepNode *N1, const GepNode *N2) const {
92 std::map<const GepNode *, unsigned> Map
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 52 struct GepNode;
53 typedef std::set<GepNode*> NodeSet;
54 typedef std::map<GepNode*,Value*> NodeToValueMap;
55 typedef std::vector<GepNode*> NodeVect;
56 typedef std::map<GepNode*,NodeVect> NodeChildrenMap;
58 typedef std::map<GepNode*,UseSet> NodeToUsesMap;
65 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); }
68 bool operator()(const GepNode *N1, const GepNode *N2) const {
75 std::map<const GepNode *, unsigned> Map
    [all...]

Completed in 972 milliseconds