Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp586 using ProjMap = std::map<const NodeSet *, GepNode *>; in common() typedef
587 ProjMap PM; in common()
590 std::pair<ProjMap::iterator,bool> Ins = PM.insert(std::make_pair(&S, Min)); in common()
625 ProjMap::iterator F = PM.find(PC); in common()
641 ProjMap::iterator F = PM.find(PC); in common()