Lines Matching defs:Alloca
1975 Value *Alloca = AllocaMap[OriginalValue];
1980 new StoreInst(Relocate, Alloca, std::next(Relocate->getIterator()));
2000 Value *Alloca = AllocaMap[OriginalValue];
2002 new StoreInst(RematerializedValue, Alloca,
2035 AllocaInst *Alloca =
2038 AllocaMap[LiveValue] = Alloca;
2039 PromotableAllocas.push_back(Alloca);
2095 AllocaInst *Alloca = Pair.second;
2101 ToClobber.push_back(Alloca);
2131 AllocaInst *Alloca = Pair.second;
2160 Alloca->getAllocatedType(), Alloca, "",
2166 LoadInst *Load = new LoadInst(Alloca->getAllocatedType(), Alloca, "",
2175 StoreInst *Store = new StoreInst(Def, Alloca, /*volatile*/ false,
2191 Store->insertAfter(cast<Instruction>(Alloca));