Searched refs:OldAI (Results 1 – 2 of 2) sorted by relevance
287 TrackingVH<Instruction> OldAI; // Track through RAUW to replace debug uses. member561 Allocas[AI].OldAI = AI; in runOnFunction()709 DVI->replaceVariableLocationOp(Info.OldAI, Info.AI); in runOnFunction()
2285 AllocaInst &OldAI, &NewAI; member in llvm::sroa::AllocaSliceRewriter2333 AllocaInst &OldAI, AllocaInst &NewAI, in AllocaSliceRewriter() argument2339 : DL(DL), AS(AS), Pass(Pass), OldAI(OldAI), NewAI(NewAI), in AllocaSliceRewriter()2954 if (EmitMemCpy && &OldAI == &NewAI) { in visitMemTransferInst()2972 assert(AI != &OldAI && AI != &NewAI && in visitMemTransferInst()