Lines Matching refs:Alloca
1974 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local
1979 new StoreInst(Relocate, Alloca, Relocate->getNextNode()); in insertRelocationStores()
1999 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local
2001 new StoreInst(RematerializedValue, Alloca, in insertRematerializationStores()
2034 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), in relocationViaAlloca() local
2037 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
2038 PromotableAllocas.push_back(Alloca); in relocationViaAlloca()
2094 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
2100 ToClobber.push_back(Alloca); in relocationViaAlloca()
2129 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
2158 new LoadInst(Alloca->getAllocatedType(), Alloca, "", in relocationViaAlloca()
2165 new LoadInst(Alloca->getAllocatedType(), Alloca, "", Use); in relocationViaAlloca()
2173 StoreInst *Store = new StoreInst(Def, Alloca, /*volatile*/ false, in relocationViaAlloca()
2189 Store->insertAfter(cast<Instruction>(Alloca)); in relocationViaAlloca()