Home | History | Annotate | Download | only in cached

Lines Matching refs:CreateEntryBlockAlloca

1003 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
1005 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
1178 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1276 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1347 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);