Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp465 using NodePairSet = std::set<NodePair>; typedef
495 static bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, in node_eq()
496 NodePairSet &Ne) { in node_eq()
503 NodePairSet::iterator FEq = Eq.find(NP); in node_eq()
506 NodePairSet::iterator FNe = Ne.find(NP); in node_eq()
548 NodePairSet Eq, Ne; // Caches. in common()
577 for (NodePairSet::iterator I = Eq.begin(), E = Eq.end(); I != E; ++I) in common()