Lines Matching defs:CacheInfo
1062 NonLocalPointerInfo *CacheInfo = &Pair.first->second;
1068 if (CacheInfo->Size != Loc.Size) {
1071 CacheInfo->Pair = BBSkipFirstBlockPair();
1072 CacheInfo->Size = Loc.Size;
1073 for (auto &Entry : CacheInfo->NonLocalDeps)
1076 CacheInfo->NonLocalDeps.clear();
1086 if (CacheInfo->AATags != Loc.AATags) {
1087 if (CacheInfo->AATags) {
1088 CacheInfo->Pair = BBSkipFirstBlockPair();
1089 CacheInfo->AATags = AAMDNodes();
1090 for (auto &Entry : CacheInfo->NonLocalDeps)
1093 CacheInfo->NonLocalDeps.clear();
1106 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps;
1113 CacheInfo->Pair == BBSkipFirstBlockPair(StartBB, SkipFirstBlock)) {
1155 // CacheInfo as well.
1158 CacheInfo->Pair = BBSkipFirstBlockPair(StartBB, SkipFirstBlock);
1160 CacheInfo->Pair = BBSkipFirstBlockPair();
1196 CacheInfo->Pair = BBSkipFirstBlockPair();
1363 // Refresh the CacheInfo/Cache pointer so that it isn't invalidated.
1364 CacheInfo = &NonLocalPointerDeps[CacheKey];
1365 Cache = &CacheInfo->NonLocalDeps;
1372 CacheInfo->Pair = BBSkipFirstBlockPair();
1382 // Refresh the CacheInfo/Cache pointer if it got invalidated.
1383 CacheInfo = &NonLocalPointerDeps[CacheKey];
1384 Cache = &CacheInfo->NonLocalDeps;
1392 CacheInfo->Pair = BBSkipFirstBlockPair();