Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4931 class SCEVPostIncRewriter : public SCEVRewriteVisitor<SCEVPostIncRewriter> { class
4934 SCEVPostIncRewriter Rewriter(L, SE); in rewrite()
4960 explicit SCEVPostIncRewriter(const Loop *L, ScalarEvolution &SE) in SCEVPostIncRewriter() function in __anon8884d99e1511::SCEVPostIncRewriter
10879 const SCEV *PostInc = SCEVPostIncRewriter::rewrite(S, L, *this); in SplitIntoInitAndPostInc()