Searched defs:Alloca (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineFrameInfo.h110 const AllocaInst *Alloca; member in struct:llvm::MachineFrameInfo::StackObject
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp785 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); local
883 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); local
950 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp1954 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5158 const Value *Alloca = I.getArgOperand(0)->stripPointerCasts(); local

Completed in 119 milliseconds