Searched refs:UseSet (Results 1 – 2 of 2) sorted by relevance
75 using UseSet = SetVector<Use *>; typedef76 using NodeToUsesMap = std::map<GepNode *, UseSet>;282 const UseSet &Us = I->second; in operator <<()284 for (UseSet::const_iterator J = Us.begin(), F = Us.end(); J != F; ++J) { in operator <<()355 UseSet Us; in processGepInst()600 UseSet &MinUs = Uses[Min]; in common()763 UseSet &Us = UF->second; in recalculatePlacement()764 for (UseSet::iterator I = Us.begin(), E = Us.end(); I != E; ++I) { in recalculatePlacement()972 UseSet &Us = UF->second; in separateChainForNode()973 UseSet NewUs; in separateChainForNode()[all …]
251 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses() local253 for (auto UI : UseSet) { in getAllRealUses()