Searched refs:CreateArgumentAllocas (Results 1 – 8 of 8) sorted by relevance
222 void CreateArgumentAllocas(Function *F);954 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST984 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
222 void CreateArgumentAllocas(Function *F);1241 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST1271 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
219 void CreateArgumentAllocas(Function *F);948 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST978 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
237 void CreateArgumentAllocas(Function *F);972 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST1002 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
243 void CreateArgumentAllocas(Function *F);1343 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST1373 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
220 void CreateArgumentAllocas(Function *F);1201 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST1231 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
267 void CreateArgumentAllocas(Function *F);1524 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST1554 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
408 /// CreateArgumentAllocas - Create an alloca for each argument and register the410 void PrototypeAST::CreateArgumentAllocas(Function *F) {