Home | History | Annotate | Download | only in cached

Lines Matching refs:CreateEntryBlockAlloca

632 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
634 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
814 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
912 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
976 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);