Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3154 class AggLoadStoreRewriter : public InstVisitor<AggLoadStoreRewriter, bool> { class
3156 friend class InstVisitor<AggLoadStoreRewriter, bool>;
3172 AggLoadStoreRewriter(const DataLayout &DL) : DL(DL) {} in AggLoadStoreRewriter() function in __anon241d746d0a11::AggLoadStoreRewriter
4389 AggLoadStoreRewriter AggRewriter(DL); in runOnAlloca()