Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1634 const SCEV *rewriteUsingPredicate(const SCEV *S, const Loop *L,
/external/llvm/lib/Analysis/
DScalarEvolution.cpp10180 const SCEV *ScalarEvolution::rewriteUsingPredicate(const SCEV *S, const Loop *L, in rewriteUsingPredicate() function in ScalarEvolution
10354 const SCEV *NewSCEV = SE.rewriteUsingPredicate(Expr, &L, Preds); in getSCEV()
10385 II.second = {Generation, SE.rewriteUsingPredicate(Rewritten, &L, Preds)}; in updateGeneration()