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

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp613 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
615 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
785 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
883 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
950 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);

Completed in 58 milliseconds