Searched refs:NewAlloca (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp398 Value *NewAlloca = new AllocaInst(AggTy, nullptr, Align, Arg->getName(), local
400 IFI.StaticAllocas.push_back(cast<AllocaInst>(NewAlloca));
404 return NewAlloca;

Completed in 49 milliseconds