Searched refs:AggLoadStoreRewriter (Results 1 – 1 of 1) sorted by relevance
3154 class AggLoadStoreRewriter : public InstVisitor<AggLoadStoreRewriter, bool> { class3156 friend class InstVisitor<AggLoadStoreRewriter, bool>;3172 AggLoadStoreRewriter(const DataLayout &DL) : DL(DL) {} in AggLoadStoreRewriter() function in __anon241d746d0a11::AggLoadStoreRewriter4389 AggLoadStoreRewriter AggRewriter(DL); in runOnAlloca()