Searched refs:UseSet (Results 1 – 9 of 9) sorted by relevance
70 using UseSet = SetVector<Use *>; typedef71 using NodeToUsesMap = std::map<GepNode *, UseSet>;286 const UseSet &Us = I.second; in operator <<()360 UseSet Us; in processGepInst()596 UseSet &MinUs = Uses[Min]; in common()758 UseSet &Us = UF->second; in recalculatePlacement()966 UseSet &Us = UF->second; in separateChainForNode()967 UseSet NewUs; in separateChainForNode()1002 UseSet &Us = UF->second; in separateConstantChains()1004 UseSet LSs; in separateConstantChains()[all …]
269 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses() local271 for (auto UI : UseSet) { in getAllRealUses()
94 Ctx.getTracker().emplaceIfTracking<UseSet>(U); in setOperand()107 Tracker.emplaceIfTracking<UseSet>(Use); in replaceUsesOfWith()
61 Ctx.getTracker().emplaceIfTracking<UseSet>(UseToReplace); in replaceUsesWithIf()74 Tracker.track(std::make_unique<UseSet>(Use)); in replaceAllUsesWith()
18 Ctx->getTracker().emplaceIfTracking<UseSet>(*this); in set()
80 void UseSet::dump() const { in dump()
140 class UseSet : public IRChangeBase {145 UseSet(const Use &U) : U(U), OrigV(U.get()) {} in UseSet() function
692 bool UseSet = MAI->usesSetToEquateSymbol(); in emitAssignment() local693 if (UseSet) in emitAssignment()696 OS << (UseSet ? ", " : " = "); in emitAssignment()
585 BitVector &DefSet, BitVector &UseSet) { in addRegsToSet() argument588 addRegUnits(TRI, Op.isDef() ? DefSet : UseSet, Op.getReg().asMCReg()); in addRegsToSet()