Home | History | Annotate | Download | only in lazy

Lines Matching refs:CreateArgumentAllocas

221   void CreateArgumentAllocas(Function *F);
1238 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1240 void PrototypeAST::CreateArgumentAllocas(Function *F) {
1270 Proto->CreateArgumentAllocas(TheFunction);