Searched defs:Allocas (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp37 std::vector<AllocaInst *> Allocas; local
H A DPromoteMemoryToRegister.cpp227 std::vector<AllocaInst *> Allocas; member in struct:__anon4757::PromoteMem2Reg
268 PromoteMem2Reg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, argument
995 PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT, AssumptionCache *AC) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h48 SmallVector<AllocaInst *, 16> Allocas; member in class:llvm::CodeExtractorAnalysisCache
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h67 AllocaHolder Allocas; // Track memory allocated by alloca member in struct:llvm::ExecutionContext
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h104 ArrayRef<const AllocaInst *> Allocas; member in class:llvm::StackLifetime
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp271 dbgs() << " " << AllocaNo << ": " << *Allocas[AllocaNo] << "\n"; local
365 SmallVector<const AllocaInst *, 8> Allocas; local
294 StackLifetime(const Function &F, ArrayRef<const AllocaInst *> Allocas, LivenessType Type) argument
[all...]
H A DStackSafetyAnalysis.cpp142 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas; member in struct:__anon3394::FunctionInfo
408 SmallVector<AllocaInst *, 64> Allocas; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp905 DenseMap<const AllocaInst*, const AllocaInst*> Allocas; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp545 MapVector<AllocaInst *, AllocaInfo> Allocas; // need stable iteration order local
454 insertBaseTaggedPointer( const MapVector<AllocaInst *, AllocaInfo> &Allocas, const DominatorTree *DT) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp209 SmallVector<AllocaInst *, 16> Allocas; local
1066 SmallVector<AllocaInst *, 16> Allocas; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1012 instrumentStack( SmallVectorImpl<AllocaInst *> &Allocas, DenseMap<AllocaInst *, std::vector<DbgVariableIntrinsic *>> &AllocaDbgMap, SmallVectorImpl<Instruction *> &RetVec, Value *StackTag) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1372 SmallVector<const Value *, 4> Allocas; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp745 SmallVector<std::pair<AllocaInst *, unsigned>, 4> Allocas; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6597 SmallVector<const Value *, 4> Allocas; local

Completed in 292 milliseconds