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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp385 Value *TheAlloca = new AllocaInst( local
396 AgTy, TheAlloca, Idxs, TheAlloca->getName() + "." + Twine(i),
403 I->replaceAllUsesWith(TheAlloca);
404 TheAlloca->takeName(&*I);
408 for (User *U : TheAlloca->users()) {

Completed in 115 milliseconds