Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Search

1715 // Search for a SCEV subexpression that is not safe to expand.  Any expression
1749 SCEVFindUnsafe Search;
1750 visitAll(S, Search);
1751 return !Search.IsUnsafe;