Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp75 using UseSet = SetVector<Use *>; typedef
367 UseSet Us; in processGepInst()
603 UseSet &MinUs = Uses[Min]; in common()
763 UseSet &Us = UF->second; in recalculatePlacement()
971 UseSet &Us = UF->second; in separateChainForNode()
972 UseSet NewUs; in separateChainForNode()
1007 UseSet &Us = UF->second; in separateConstantChains()
1009 UseSet LSs; in separateConstantChains()
1037 UseSet &Us = FN.second; in separateConstantChains()
1136 UseSet &Us = UF->second; in getAllUsersForNode()
[all …]
H A DHexagonOptAddrMode.cpp253 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses() local
255 for (auto UI : UseSet) { in getAllRealUses()