Lines Matching refs:Cache
1295 // `PreAR` == {`PreStart`,+,`Step`} is also `WrapType`. Cache this fact.
1498 // Cache knowledge of AR NUW, which is propagated to this AddRec.
1512 // Cache knowledge of AR NW, which is propagated to this AddRec.
1544 // Cache knowledge of AR NUW, which is propagated to this
1559 // Cache knowledge of AR NW, which is propagated to this
1725 // Cache knowledge of AR NSW, which is propagated to this AddRec.
1780 // Cache knowledge of AR NSW, then propagate NSW to the wide AddRec.
4432 DenseMap<const SCEV *, ConstantRange> &Cache =
4437 DenseMap<const SCEV *, ConstantRange>::iterator I = Cache.find(S);
4438 if (I != Cache.end())
9976 // verifying that no pass changed the cache.