Lines Matching refs:Alloca
1945 // the global with a local alloca in this function.
1962 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI);
1964 new StoreInst(GV->getInitializer(), Alloca, &FirstI);
1966 GV->replaceAllUsesWith(Alloca);
2478 // If there are still users of the alloca, the program is doing something
2479 // silly, e.g. storing the address of the alloca somewhere and using it
2535 /// AllocaTmps - To 'execute' an alloca, we create a temporary global variable
2724 DEBUG(dbgs() << "Found an array alloca. Can not evaluate.\n");
2733 DEBUG(dbgs() << "Found an alloca. Result: " << *InstResult << "\n");