Lines Matching refs:Alloca
1945 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local
1955 cast<AllocaInst>(Alloca)->getAllocatedType(), in insertRelocationStores()
1958 new StoreInst(CastedRelocatedValue, Alloca, in insertRelocationStores()
1979 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local
1981 new StoreInst(RematerializedValue, Alloca, in insertRematerializationStores()
2014 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), in relocationViaAlloca() local
2017 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
2018 PromotableAllocas.push_back(Alloca); in relocationViaAlloca()
2074 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
2080 ToClobber.push_back(Alloca); in relocationViaAlloca()
2105 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
2134 new LoadInst(Alloca->getAllocatedType(), Alloca, "", in relocationViaAlloca()
2141 new LoadInst(Alloca->getAllocatedType(), Alloca, "", Use); in relocationViaAlloca()
2149 StoreInst *Store = new StoreInst(Def, Alloca, /*volatile*/ false, in relocationViaAlloca()
2165 Store->insertAfter(cast<Instruction>(Alloca)); in relocationViaAlloca()