Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1259 friend class AllocaSliceRewriter;
2366 class AllocaSliceRewriter : public InstVisitor<AllocaSliceRewriter, bool> { class
2368 friend class llvm::InstVisitor<AllocaSliceRewriter, bool>;
2369 typedef llvm::InstVisitor<AllocaSliceRewriter, bool> Base;
2419 AllocaSliceRewriter(const DataLayout &DL, AllocaSlices &AS, SROA &Pass, in AllocaSliceRewriter() function in __anonadce12ea0e11::AllocaSliceRewriter
4047 AllocaSliceRewriter Rewriter(DL, AS, *this, AI, *NewAI, P.beginOffset(), in rewritePartition()