Lines Matching full:cached

59 STATISTIC(NumCacheNonLocal, "Number of fully cached non-local responses");
60 STATISTIC(NumCacheDirtyNonLocal, "Number of dirty cached non-local responses");
64 "Number of fully cached non-local ptr responses");
66 "Number of cached, but dirty, non-local ptr responses");
69 "Number of block queries that were completely cached");
354 // user will call getNonLocalPointerDependency, which will return cached in getInvariantGroupPointerDependency()
680 // Check for a cached result in getDependency()
683 // If the cached entry is non-dirty, just return it. Note that this depends in getDependency()
754 // This is the set of blocks that need to be recomputed. In the cached case, in getNonLocalCallDependency()
882 // Check if there is cached Def with invariant.group. in getNonLocalPointerDependency()
930 /// cached information in Cache or by doing a lookup (which may use dirty cache
955 // Use cached result for invariant load only if there is no dependency for non in getNonLocalInfoForBlock()
962 // If we have a cached entry, and it is non-dirty, use it as the value for in getNonLocalInfoForBlock()
1072 // Look up the cached info for Pointer. in getNonLocalPointerDepFromBB()
1077 // it'll be ignored, and we'll have to check to see if the cached size and in getNonLocalPointerDepFromBB()
1113 // The query's Size is greater than the cached one. Throw out the in getNonLocalPointerDepFromBB()
1114 // cached data and proceed with the query at the greater size. in getNonLocalPointerDepFromBB()
1126 // This query's Size is less than the cached one. Conservatively restart in getNonLocalPointerDepFromBB()
1134 // If the query's AATags are inconsistent with the cached one, in getNonLocalPointerDepFromBB()
1135 // conservatively throw out the cached data and restart the query with in getNonLocalPointerDepFromBB()
1159 // If we have valid cached information for exactly the block we are in getNonLocalPointerDepFromBB()
1161 // Don't use cached information for invariant loads since it is valid for in getNonLocalPointerDepFromBB()
1165 // We have a fully cached result for this query then we can just return the in getNonLocalPointerDepFromBB()
1166 // cached results and populate the visited set. However, we have to verify in getNonLocalPointerDepFromBB()
1179 // non-fully cached query, but there is little point in doing this. in getNonLocalPointerDepFromBB()
1220 // Keep track of the entries that we know are sorted. Previously cached in getNonLocalPointerDepFromBB()
1257 // Get the dependency info for Pointer in BB. If we have cached in getNonLocalPointerDepFromBB()
1392 // If getNonLocalPointerDepFromBB fails here, that means the cached in getNonLocalPointerDepFromBB()
1407 // cached value to do more work but not miss the phi trans failure. in getNonLocalPointerDepFromBB()
1453 // Results of invariant loads are not cached thus no need to update cached in getNonLocalPointerDepFromBB()
1545 // for any cached queries. in removeInstruction()
1555 // If we have a cached local dependence query for this instruction, remove it. in removeInstruction()
1566 // If we have any cached dependencies on this instruction, remove in removeInstruction()