Lines Matching defs:Alloca
1981 Value *Alloca = AllocaMap[OriginalValue];
1986 new StoreInst(Relocate, Alloca, std::next(Relocate->getIterator()));
2006 Value *Alloca = AllocaMap[OriginalValue];
2008 new StoreInst(RematerializedValue, Alloca,
2041 AllocaInst *Alloca =
2044 AllocaMap[LiveValue] = Alloca;
2045 PromotableAllocas.push_back(Alloca);
2101 AllocaInst *Alloca = Pair.second;
2107 ToClobber.push_back(Alloca);
2137 AllocaInst *Alloca = Pair.second;
2166 Alloca->getAllocatedType(), Alloca, "",
2172 LoadInst *Load = new LoadInst(Alloca->getAllocatedType(), Alloca, "",
2181 StoreInst *Store = new StoreInst(Def, Alloca, /*volatile*/ false,
2197 Store->insertAfter(cast<Instruction>(Alloca)->getIterator());