Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1172 const SCEV *rewriteUsingPredicate(const SCEV *S, const Loop *L,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp14151 ScalarEvolution::rewriteUsingPredicate(const SCEV *S, const Loop *L, in rewriteUsingPredicate() function in ScalarEvolution
14330 const SCEV *NewSCEV = SE.rewriteUsingPredicate(Expr, &L, *Preds); in getSCEV()
14366 II.second = {Generation, SE.rewriteUsingPredicate(Rewritten, &L, *Preds)}; in updateGeneration()