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

/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp806 Value *TheAlloca = new AllocaInst(AgTy, nullptr, "", InsertPt); local
814 GetElementPtrInst::Create(TheAlloca, Idxs,
815 TheAlloca->getName()+"."+Twine(i),
822 I->replaceAllUsesWith(TheAlloca);
823 TheAlloca->takeName(I);
824 AA.replaceWithNewValue(I, TheAlloca);
828 for (User *U : TheAlloca->users()) {

Completed in 455 milliseconds