Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp74 using UseSet = std::set<Use *>; typedef
364 UseSet Us; in processGepInst()
608 UseSet &MinUs = Uses[Min]; in common()
772 UseSet &Us = UF->second; in recalculatePlacement()
981 UseSet &Us = UF->second; in separateChainForNode()
982 UseSet NewUs; in separateChainForNode()
1020 UseSet &Us = UF->second; in separateConstantChains()
1022 UseSet LSs; in separateConstantChains()
1051 UseSet &Us = I->second; in separateConstantChains()
1152 UseSet &Us = UF->second; in getAllUsersForNode()
[all …]
H A DHexagonOptAddrMode.cpp251 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses() local
253 for (auto UI : UseSet) { in getAllRealUses()