Home | History | Annotate | Download | only in lazy

Lines Matching refs:CreateEntryBlockAlloca

617 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
619 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
796 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
894 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
958 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);