Lines Matching defs:Alloca
910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
918 Builder->CreateStore(StartVal, Alloca);
933 NamedValues[VarName] = Alloca;
959 Value *CurVar = Builder->CreateLoad(Type::getDoubleTy(*TheContext), Alloca,
962 Builder->CreateStore(NextVar, Alloca);
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1013 Builder->CreateStore(InitVal, Alloca);
1020 NamedValues[VarName] = Alloca;
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
1077 Builder->CreateStore(&Arg, Alloca);
1080 NamedValues[std::string(Arg.getName())] = Alloca;