Searched defs:NewAI (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 385 AllocaInst *NewAI = new AllocaInst(NewTy, nullptr, "", in TryConvert() local 603 void ConvertToScalarInfo::ConvertUsesToScalar(Value *Ptr, AllocaInst *NewAI, in ConvertUsesToScalar() 1531 if (AllocaInst *NewAI = in performScalarRepl() local 1984 AllocaInst *NewAI = NewElts[0]; in RewriteForScalarRepl() local
|
D | SROA.cpp | 2374 AllocaInst &OldAI, &NewAI; member in __anonadce12ea0e11::AllocaSliceRewriter 2420 AllocaInst &OldAI, AllocaInst &NewAI, in AllocaSliceRewriter() 4008 AllocaInst *NewAI; in rewritePartition() local 4164 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca() local
|