Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dscev_remove_max.ll3 ; This test case helps to determine wether SCEVRemoveMax::remove produces
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp847 class SCEVRemoveMax final : public SCEVRewriteVisitor<SCEVRemoveMax> { class
849 SCEVRemoveMax(ScalarEvolution &SE, std::vector<const SCEV *> *Terms) in SCEVRemoveMax() function in __anon7422b7bc0211::SCEVRemoveMax
854 SCEVRemoveMax Rewriter(SE, Terms); in rewrite()
880 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
998 AF = SCEVRemoveMax::rewrite(AF, SE); in computeAccessFunctions()