/freebsd-src/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 | 345 std::vector<AllocaInst *> Allocas; global() member 1211 PromoteMemToReg(ArrayRef<AllocaInst * > Allocas,DominatorTree & DT,AssumptionCache * AC) PromoteMemToReg() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 319 ArrayRef<const AllocaInst *> Allocas, in StackLifetime() argument 403 SmallVector<const AllocaInst *, 8> Allocas; in run() local [all...] |
H A D | StackSafetyAnalysis.cpp | 184 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas; member 538 SmallVector<AllocaInst *, 64> Allocas; run() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 48 SmallVector<AllocaInst *, 16> Allocas; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 67 AllocaHolder Allocas; // Track memory allocated by alloca member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 104 ArrayRef<const AllocaInst *> Allocas; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 305 SmallVector<AllocaInst *, 4> Allocas; doPromotion() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 917 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; remapInstructions() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 471 SmallVector<AllocaInfo, 8> Allocas; global() member 569 dumpAllocas(const SmallVectorImpl<AllocaInfo> & Allocas) dumpAllocas() argument 804 AllocaSetType Allocas; addFieldForAllocas() local 2811 collectFrameAlloca(AllocaInst * AI,coro::Shape & Shape,const SuspendCrossingInfo & Checker,SmallVectorImpl<AllocaInfo> & Allocas,const DominatorTree & DT) collectFrameAlloca() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 672 SmallVector<SDValue, 4> Allocas; lowerStatepointMetaArgs() local
|
H A D | SelectionDAGBuilder.cpp | 7183 SmallVector<const Value *, 4> Allocas; visitIntrinsicCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 240 SmallVector<AllocaInst *, 16> Allocas; run() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2072 SmallVector<const Value *, 4> Allocas; translateKnownIntrinsic() local
|