Searched defs:AllocaInst (Results 1 – 12 of 12) sorted by relevance
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | PromoteMemToReg.h | 22 class AllocaInst; variable
|
| D | ASanStackFrameLayout.h | 20 class AllocaInst; variable
|
| D | Cloning.h | 45 class AllocaInst; variable
|
| D | Local.h | 36 class AllocaInst; variable
|
| /external/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.h | 23 class AllocaInst; variable
|
| D | CGCleanup.h | 25 class AllocaInst; variable
|
| /external/llvm/include/llvm/CodeGen/ |
| D | FastISel.h | 23 class AllocaInst; variable
|
| D | FunctionLoweringInfo.h | 31 class AllocaInst; variable
|
| D | MachineFrameInfo.h | 33 class AllocaInst; variable
|
| /external/llvm/lib/IR/ |
| D | Instructions.cpp | 834 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/ |
| D | SelectionDAGBuilder.h | 30 class AllocaInst; variable
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 3493 void SROA::deleteDeadInstructions(SmallPtrSet<AllocaInst*, 4> &DeletedAllocas) { in deleteDeadInstructions()
|