Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp76 using UseSet = SetVector<Use *>; typedef
370 UseSet Us; in processGepInst()
617 UseSet &MinUs = Uses[Min]; in common()
780 UseSet &Us = UF->second; in recalculatePlacement()
991 UseSet &Us = UF->second; in separateChainForNode()
992 UseSet NewUs; in separateChainForNode()
1028 UseSet &Us = UF->second; in separateConstantChains()
1030 UseSet LSs; in separateConstantChains()
1059 UseSet &Us = I->second; in separateConstantChains()
1158 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()