Home
last modified time | relevance | path

Searched defs:NewAI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStack.cpp582 Value *NewAI = in moveStaticAllocasToUnsafeStack() local
706 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType()); in moveDynamicAllocasToUnsafeStack() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp326 AllocaInst *NewAI = new AllocaInst(NewTy, 0, "", AI->getParent()->begin()); in TryConvert() local
523 void ConvertToScalarInfo::ConvertUsesToScalar(Value *Ptr, AllocaInst *NewAI, in ConvertUsesToScalar()
1428 if (AllocaInst *NewAI = in performScalarRepl() local
1859 AllocaInst *NewAI = NewElts[0]; in RewriteForScalarRepl() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2154 AllocaInst &OldAI, &NewAI; member in llvm::sroa::AllocaSliceRewriter
2200 AllocaInst &OldAI, AllocaInst &NewAI, in AllocaSliceRewriter()
3841 AllocaInst *NewAI; in rewritePartition() local
4001 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca() local