Searched refs:simplifyAndExtend (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp151 bool simplifyAndExtend(Loop *L, SCEVExpander &Rewriter, LoopInfo *LI);
1990 bool IndVarSimplify::simplifyAndExtend(Loop *L, function in class:IndVarSimplify
2014 // other SCEV based analysis prior to simplifyAndExtend.
3050 Changed |= simplifyAndExtend(L, Rewriter, LI);

Completed in 66 milliseconds