Home
last modified time | relevance | path

Searched refs:AllocaSliceRewriter (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp128 class AllocaSliceRewriter;
247 friend class AllocaSliceRewriter;
2656 class AllocaSliceRewriter : public InstVisitor<AllocaSliceRewriter, bool> { class
2658 friend class InstVisitor<AllocaSliceRewriter, bool>;
2660 using Base = InstVisitor<AllocaSliceRewriter, bool>;
2722 AllocaSliceRewriter(const DataLayout &DL, AllocaSlices &AS, SROA &Pass, in AllocaSliceRewriter() function in __anonc3d49dbe0d11::AllocaSliceRewriter
4838 AllocaSliceRewriter Rewriter(DL, AS, *this, AI, *NewAI, P.beginOffset(), in rewritePartition()