Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp795 Value *TheAlloca = new AllocaInst(AgTy, 0, "", InsertPt); in DoPromotion() local
803 GetElementPtrInst::Create(TheAlloca, Idxs, in DoPromotion()
804 TheAlloca->getName()+"."+Twine(i), in DoPromotion()
811 I->replaceAllUsesWith(TheAlloca); in DoPromotion()
812 TheAlloca->takeName(I); in DoPromotion()
813 AA.replaceWithNewValue(I, TheAlloca); in DoPromotion()
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp936 Value *TheAlloca = new AllocaInst(AgTy, nullptr, "", InsertPt); in DoPromotion() local
944 AgTy, TheAlloca, Idxs, TheAlloca->getName() + "." + Twine(i), in DoPromotion()
951 I->replaceAllUsesWith(TheAlloca); in DoPromotion()
952 TheAlloca->takeName(&*I); in DoPromotion()
956 for (User *U : TheAlloca->users()) { in DoPromotion()