Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp75 using UseSet = SetVector<Use *>; typedef
76 using NodeToUsesMap = std::map<GepNode *, UseSet>;
282 const UseSet &Us = I->second; in operator <<()
284 for (UseSet::const_iterator J = Us.begin(), F = Us.end(); J != F; ++J) { in operator <<()
355 UseSet Us; in processGepInst()
600 UseSet &MinUs = Uses[Min]; in common()
763 UseSet &Us = UF->second; in recalculatePlacement()
764 for (UseSet::iterator I = Us.begin(), E = Us.end(); I != E; ++I) { in recalculatePlacement()
972 UseSet &Us = UF->second; in separateChainForNode()
973 UseSet NewUs; in separateChainForNode()
[all …]
H A DHexagonOptAddrMode.cpp251 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses() local
253 for (auto UI : UseSet) { in getAllRealUses()