Home | History | Annotate | Download | only in IPO

Lines Matching refs:Alloca

1739   // the global with a local alloca in this function.
1756 AllocaInst *Alloca = new AllocaInst(ElemTy, nullptr,
1759 new StoreInst(GV->getInitializer(), Alloca, &FirstI);
1761 GV->replaceAllUsesWith(Alloca);
2187 // If there are still users of the alloca, the program is doing something
2188 // silly, e.g. storing the address of the alloca somewhere and using it
2242 /// AllocaTmps - To 'execute' an alloca, we create a temporary global variable
2431 DEBUG(dbgs() << "Found an array alloca. Can not evaluate.\n");
2439 DEBUG(dbgs() << "Found an alloca. Result: " << *InstResult << "\n");