Home
last modified time | relevance | path

Searched defs:StaticAllocas (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h220 SmallVector<AllocaInst *, 4> StaticAllocas; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp378 SmallVectorImpl<AllocaInst *> &StaticAllocas, in findInsts() argument
488 IRBuilder<> &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, in moveStaticAllocasToUnsafeStack() argument
759 SmallVector<AllocaInst *, 16> StaticAllocas; run() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10762 SmallDenseMap<const AllocaInst *, StaticAllocaInfo, 8> StaticAllocas; findArgumentCopyElisionCandidates() local