Searched refs:AllocaSliceRewriter (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | SROA.h | 45 class AllocaSliceRewriter; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 124 class AllocaSliceRewriter; 243 friend class AllocaSliceRewriter; 2607 class AllocaSliceRewriter : public InstVisitor<AllocaSliceRewriter, bool> { class 2609 friend class InstVisitor<AllocaSliceRewriter, bool>; 2611 using Base = InstVisitor<AllocaSliceRewriter, bool>; 2673 AllocaSliceRewriter(const DataLayout &DL, AllocaSlices &AS, SROA &Pass, in AllocaSliceRewriter() function in __anondf5662880d11::AllocaSliceRewriter 4884 AllocaSliceRewriter Rewriter(DL, AS, *this, AI, *NewAI, P.beginOffset(), in rewritePartition()
|