Lines Matching refs:VarName
199 std::string VarName; member in __anonf1d16da50111::ForExprAST
205 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST()
679 const std::string &VarName) { in CreateEntryBlockAlloca() argument
683 VarName.c_str()); in CreateEntryBlockAlloca()
861 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
884 AllocaInst *OldVal = NamedValues[VarName]; in Codegen()
885 NamedValues[VarName] = Alloca; in Codegen()
911 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str()); in Codegen()
931 NamedValues[VarName] = OldVal; in Codegen()
933 NamedValues.erase(VarName); in Codegen()
946 const std::string &VarName = VarNames[i].first; in Codegen() local
963 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
968 OldBindings.push_back(NamedValues[VarName]); in Codegen()
971 NamedValues[VarName] = Alloca; in Codegen()