Home
last modified time | relevance | path

Searched refs:CreateEntryBlockAlloca (Results 1 – 2 of 2) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp615 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
785 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
883 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
950 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/docs/tutorial/
DLangImpl7.rst336 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
338 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
377 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
414 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
798 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1471 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
1473 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
1643 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1741 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1808 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);