Home
last modified time | relevance | path

Searched defs:AllocaInst (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DPromoteMemToReg.h22 class AllocaInst; variable
DASanStackFrameLayout.h20 class AllocaInst; variable
DCloning.h45 class AllocaInst; variable
DLocal.h36 class AllocaInst; variable
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h23 class AllocaInst; variable
DCGCleanup.h25 class AllocaInst; variable
/external/llvm/include/llvm/CodeGen/
DFastISel.h23 class AllocaInst; variable
DFunctionLoweringInfo.h31 class AllocaInst; variable
DMachineFrameInfo.h33 class AllocaInst; variable
/external/llvm/lib/IR/
DInstructions.cpp834 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst() function in AllocaInst
843 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst() function in AllocaInst
852 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, in AllocaInst() function in AllocaInst
861 AllocaInst::AllocaInst(Type *Ty, const Twine &Name, in AllocaInst() function in AllocaInst
870 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst() function in AllocaInst
879 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst() function in AllocaInst
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h30 class AllocaInst; variable
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3493 void SROA::deleteDeadInstructions(SmallPtrSet<AllocaInst*, 4> &DeletedAllocas) { in deleteDeadInstructions()