Searched refs:OldAI (Results 1 – 2 of 2) sorted by relevance
289 TrackingVH<Instruction> OldAI; // Track through RAUW to replace debug uses. member545 Allocas[AI].OldAI = AI; in runOnFunction()674 DVI->replaceVariableLocationOp(Info.OldAI, Info.AI); in runOnFunction()
2286 AllocaInst &OldAI, &NewAI; member in llvm::sroa::AllocaSliceRewriter2334 AllocaInst &OldAI, AllocaInst &NewAI, in AllocaSliceRewriter() argument2340 : DL(DL), AS(AS), Pass(Pass), OldAI(OldAI), NewAI(NewAI), in AllocaSliceRewriter()2965 if (EmitMemCpy && &OldAI == &NewAI) { in visitMemTransferInst()2983 assert(AI != &OldAI && AI != &NewAI && in visitMemTransferInst()