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.cpp593 using ProjMap = std::map<const NodeSet *, GepNode *>; in common() typedef
594 ProjMap PM; in common()
597 std::pair<ProjMap::iterator,bool> Ins = PM.insert(std::make_pair(&S, Min)); in common()
630 ProjMap::iterator F = PM.find(PC); in common()
646 ProjMap::iterator F = PM.find(PC); in common()