/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Mem2Reg.cpp | 37 std::vector<AllocaInst *> Allocas; in promoteMemoryToRegister() local
|
H A D | PromoteMemoryToRegister.cpp | 347 std::vector<AllocaInst *> Allocas; member 1240 void llvm::PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, in PromoteMemToReg()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 319 ArrayRef<const AllocaInst *> Allocas, in StackLifetime() 403 SmallVector<const AllocaInst *, 8> Allocas; in run() local
|
H A D | StackSafetyAnalysis.cpp | 184 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas; member 560 SmallVector<AllocaInst *, 64> Allocas; in run() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 48 SmallVector<AllocaInst *, 16> Allocas; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 67 AllocaHolder Allocas; // Track memory allocated by alloca member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 104 ArrayRef<const AllocaInst *> Allocas; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 267 SmallVectorImpl<AllocaInst *> &Allocas) { in sortAllocasToPromote() 320 SmallVector<AllocaInst *, 16> Allocas; in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 307 SmallVector<AllocaInst *, 4> Allocas; in doPromotion() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 921 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; in remapInstructions() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 474 SmallVector<AllocaInfo, 8> Allocas; member 572 static void dumpAllocas(const SmallVectorImpl<AllocaInfo> &Allocas) { in dumpAllocas() 807 AllocaSetType Allocas; in addFieldForAllocas() local 2840 SmallVectorImpl<AllocaInfo> &Allocas, in collectFrameAlloca()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 675 SmallVector<SDValue, 4> Allocas; in lowerStatepointMetaArgs() local
|
H A D | SelectionDAGBuilder.cpp | 7546 SmallVector<const Value *, 4> Allocas; in visitIntrinsicCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2179 SmallVector<const Value *, 4> Allocas; in translateKnownIntrinsic() local
|