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