Home
last modified time | relevance | path

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

/external/llvm-project/polly/test/ScopDetect/
Dscev_remove_max.ll3 ; This test case helps to determine wether SCEVRemoveMax::remove produces
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp829 class SCEVRemoveMax : public SCEVRewriteVisitor<SCEVRemoveMax> { class
831 SCEVRemoveMax(ScalarEvolution &SE, std::vector<const SCEV *> *Terms) in SCEVRemoveMax() function in __anonfd8d5f230211::SCEVRemoveMax
836 SCEVRemoveMax Rewriter(SE, Terms); in rewrite()
862 SCEVRemoveMax::rewrite(Pair.second, SE, &MaxTerms); in getDelinearizationTerms()
980 AF = SCEVRemoveMax::rewrite(AF, SE); in computeAccessFunctions()