Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3212 class AggLoadStoreRewriter : public InstVisitor<AggLoadStoreRewriter, bool> { class
3230 AggLoadStoreRewriter(const DataLayout &DL) : DL(DL) {} in AggLoadStoreRewriter() function in __anonc8fdb3420b11::AggLoadStoreRewriter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3549 class AggLoadStoreRewriter : public InstVisitor<AggLoadStoreRewriter, bool> { class
3569 AggLoadStoreRewriter(const DataLayout &DL, IRBuilderTy &IRB) in AggLoadStoreRewriter() function in __anon54bbb7c80c11::AggLoadStoreRewriter
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2957 class AggLoadStoreRewriter : public InstVisitor<AggLoadStoreRewriter, bool> { class