Lines Matching refs:VarName
314 std::string VarName; member in __anon435b48460211::ForExprAST
320 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST()
869 const std::string &VarName) { in CreateEntryBlockAlloca() argument
873 VarName.c_str()); in CreateEntryBlockAlloca()
1060 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1085 AllocaInst *OldVal = NamedValues[VarName]; in Codegen()
1086 NamedValues[VarName] = Alloca; in Codegen()
1112 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str()); in Codegen()
1132 NamedValues[VarName] = OldVal; in Codegen()
1134 NamedValues.erase(VarName); in Codegen()
1147 const std::string &VarName = VarNames[i].first; in Codegen() local
1164 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1169 OldBindings.push_back(NamedValues[VarName]); in Codegen()
1172 NamedValues[VarName] = Alloca; in Codegen()