Searched refs:OldUse (Results 1 – 3 of 3) sorted by relevance
210 static void convertToParamAS(Use *OldUse, Value *Param, bool HasCvtaParam, in INITIALIZE_PASS_DEPENDENCY()212 Instruction *I = dyn_cast<Instruction>(OldUse->getUser()); in INITIALIZE_PASS_DEPENDENCY()215 Use *OldUse; in INITIALIZE_PASS_DEPENDENCY() member219 SmallVector<IP> ItemsToConvert = {{OldUse, I, Param}}; in INITIALIZE_PASS_DEPENDENCY()248 if (MI->getRawSource() == I.OldUse->get()) { in INITIALIZE_PASS_DEPENDENCY()278 if (V.get() == I.OldUse->get()) in INITIALIZE_PASS_DEPENDENCY()283 if (SI->getTrueValue() == I.OldUse->get()) in INITIALIZE_PASS_DEPENDENCY()285 if (SI->getFalseValue() == I.OldUse->get()) in INITIALIZE_PASS_DEPENDENCY()293 I.OldUse->set(ParamInGenericAS); in INITIALIZE_PASS_DEPENDENCY()298 if (SI->getValueOperand() == I.OldUse->get()) in INITIALIZE_PASS_DEPENDENCY()[all …]
2747 Use *OldUse = nullptr; member in __anondf5662880e11::AllocaSliceRewriter2824 OldUse = I->getUse(); in visit()2825 OldPtr = cast<Instruction>(OldUse->get()); in visit()2827 Instruction *OldUserI = cast<Instruction>(OldUse->getUser()); in visit()2833 CanSROA &= visit(cast<Instruction>(OldUse->getUser())); in visit()3383 bool IsDest = &II.getRawDestUse() == OldUse; in visitMemTransferInst()
1788 auto AddUsers = [&](const Value &V, const Use *OldUse) { in checkForAllUses() argument1790 if (OldUse && EquivalentUseCB && !EquivalentUseCB(*OldUse, UU)) { in checkForAllUses()