Searched refs:UseSet (Results 1 – 2 of 2) sorted by relevance
76 using UseSet = SetVector<Use *>; typedef370 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 …]
251 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses() local253 for (auto UI : UseSet) { in getAllRealUses()