Home
last modified time | relevance | path

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

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