Searched refs:OldUse (Results 1 – 3 of 3) sorted by relevance
220 static void convertToParamAS(Use *OldUse, Value *Param, bool GridConstant) { in INITIALIZE_PASS_DEPENDENCY()221 Instruction *I = dyn_cast<Instruction>(OldUse->getUser()); in INITIALIZE_PASS_DEPENDENCY()224 Use *OldUse; in INITIALIZE_PASS_DEPENDENCY() member228 SmallVector<IP> ItemsToConvert = {{OldUse, I, Param}}; in INITIALIZE_PASS_DEPENDENCY()274 I.OldUse->set(GetParamAddrCastToGeneric(I.NewParam, CI)); in INITIALIZE_PASS_DEPENDENCY()279 if (SI->getValueOperand() == I.OldUse->get()) in INITIALIZE_PASS_DEPENDENCY()284 if (PI->getPointerOperand() == I.OldUse->get()) in INITIALIZE_PASS_DEPENDENCY()
2651 Use *OldUse = nullptr; member in __anondf5662880d11::AllocaSliceRewriter2728 OldUse = I->getUse(); in visit()2729 OldPtr = cast<Instruction>(OldUse->get()); in visit()2731 Instruction *OldUserI = cast<Instruction>(OldUse->getUser()); in visit()2737 CanSROA &= visit(cast<Instruction>(OldUse->getUser())); in visit()3287 bool IsDest = &II.getRawDestUse() == OldUse; in visitMemTransferInst()
1776 auto AddUsers = [&](const Value &V, const Use *OldUse) { in checkForAllUses() argument1778 if (OldUse && EquivalentUseCB && !EquivalentUseCB(*OldUse, UU)) { in checkForAllUses()