/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; global() member 1240 PromoteMemToReg(ArrayRef<AllocaInst * > Allocas,DominatorTree & DT,AssumptionCache * AC) PromoteMemToReg() argument [all...] |
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 48 SmallVector<AllocaInst *, 16> Allocas; variable
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 67 AllocaHolder Allocas; // Track memory allocated by alloca member
|
/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...] |
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 104 ArrayRef<const AllocaInst *> Allocas; variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 267 SmallVectorImpl<AllocaInst *> &Allocas) { in sortAllocasToPromote() argument 320 SmallVector<AllocaInst *, 16> Allocas; in run() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 307 SmallVector<AllocaInst *, 4> Allocas; doPromotion() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 921 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; remapInstructions() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 474 SmallVector<AllocaInfo, 8> Allocas; global() member 572 dumpAllocas(const SmallVectorImpl<AllocaInfo> & Allocas) dumpAllocas() argument 807 AllocaSetType Allocas; addFieldForAllocas() local 2840 collectFrameAlloca(AllocaInst * AI,coro::Shape & Shape,const SuspendCrossingInfo & Checker,SmallVectorImpl<AllocaInfo> & Allocas,const DominatorTree & DT) collectFrameAlloca() argument [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 675 SmallVector<SDValue, 4> Allocas; lowerStatepointMetaArgs() local
|
H A D | SelectionDAGBuilder.cpp | 7535 SmallVector<const Value *, 4> Allocas; visitIntrinsicCall() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2177 SmallVector<const Value *, 4> Allocas; translateKnownIntrinsic() local
|