Lines Matching refs:Alloca
1502 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local
1512 cast<AllocaInst>(Alloca)->getAllocatedType(), in insertRelocationStores()
1515 StoreInst *Store = new StoreInst(CastedRelocatedValue, Alloca); in insertRelocationStores()
1537 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local
1539 StoreInst *Store = new StoreInst(RematerializedValue, Alloca); in insertRematerializationStores()
1571 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), "", in relocationViaAlloca() local
1573 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
1574 PromotableAllocas.push_back(Alloca); in relocationViaAlloca()
1630 AllocaInst *Alloca = cast<AllocaInst>(Pair.second); in relocationViaAlloca() local
1636 ToClobber.push_back(Alloca); in relocationViaAlloca()
1662 Value *Alloca = Pair.second; in relocationViaAlloca() local
1691 Alloca, "", Phi->getIncomingBlock(i)->getTerminator()); in relocationViaAlloca()
1696 LoadInst *Load = new LoadInst(Alloca, "", Use); in relocationViaAlloca()
1704 StoreInst *Store = new StoreInst(Def, Alloca); in relocationViaAlloca()
1719 Store->insertAfter(cast<Instruction>(Alloca)); in relocationViaAlloca()