Home | History | Annotate | Download | only in complete

Lines Matching refs:CreateEntryBlockAlloca

1170 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
1172 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
1356 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1454 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1528 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);