Searched refs:UseSet (Results 1 – 3 of 3) sorted by relevance
75 using UseSet = SetVector<Use *>; typedef367 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 …]
253 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses() local255 for (auto UI : UseSet) { in getAllRealUses()
600 BitVector &DefSet, BitVector &UseSet) { in addRegsToSet() argument603 addRegUnits(TRI, Op.isDef() ? DefSet : UseSet, Op.getReg().asMCReg()); in addRegsToSet()