Lines Matching defs:Alloca
893 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
901 Builder->CreateStore(StartVal, Alloca);
916 NamedValues[VarName] = Alloca;
942 Value *CurVar = Builder->CreateLoad(Type::getDoubleTy(*TheContext), Alloca,
945 Builder->CreateStore(NextVar, Alloca);
995 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
996 Builder->CreateStore(InitVal, Alloca);
1003 NamedValues[VarName] = Alloca;
1065 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
1068 Builder->CreateStore(&Arg, Alloca);
1071 NamedValues[std::string(Arg.getName())] = Alloca;