Lines Matching defs:Alloca
926 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
934 Builder->CreateStore(StartVal, Alloca);
949 NamedValues[VarName] = Alloca;
976 Builder->CreateLoad(Alloca->getAllocatedType(), Alloca, VarName.c_str());
978 Builder->CreateStore(NextVar, Alloca);
1028 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1029 Builder->CreateStore(InitVal, Alloca);
1036 NamedValues[VarName] = Alloca;
1090 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
1093 Builder->CreateStore(&Arg, Alloca);
1096 NamedValues[std::string(Arg.getName())] = Alloca;