Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Cache

1294       // `PreAR` == {`PreStart`,+,`Step`} is also `WrapType`.  Cache this fact.
1492 // Cache knowledge of AR NUW, which is propagated to this AddRec.
1506 // Cache knowledge of AR NW, which is propagated to this AddRec.
1527 // Cache knowledge of AR NUW, which is propagated to this AddRec.
1541 // Cache knowledge of AR NW, which is propagated to this AddRec.
1705 // Cache knowledge of AR NSW, which is propagated to this AddRec.
1748 // Cache knowledge of AR NSW, then propagate NSW to the wide AddRec.
4200 DenseMap<const SCEV *, ConstantRange> &Cache =
4205 DenseMap<const SCEV *, ConstantRange>::iterator I = Cache.find(S);
4206 if (I != Cache.end())
9478 // verifying that no pass changed the cache.