Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CacheInfo

1141   NonLocalPointerInfo *CacheInfo = &Pair.first->second;
1146 if (CacheInfo->Size < Loc.Size) {
1149 CacheInfo->Pair = BBSkipFirstBlockPair();
1150 CacheInfo->Size = Loc.Size;
1151 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(),
1152 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI)
1155 CacheInfo->NonLocalDeps.clear();
1156 } else if (CacheInfo->Size > Loc.Size) {
1160 Loc.getWithNewSize(CacheInfo->Size),
1168 if (CacheInfo->AATags != Loc.AATags) {
1169 if (CacheInfo->AATags) {
1170 CacheInfo->Pair = BBSkipFirstBlockPair();
1171 CacheInfo->AATags = AAMDNodes();
1172 for (NonLocalDepInfo::iterator DI = CacheInfo->NonLocalDeps.begin(),
1173 DE = CacheInfo->NonLocalDeps.end(); DI != DE; ++DI)
1176 CacheInfo->NonLocalDeps.clear();
1186 NonLocalDepInfo *Cache = &CacheInfo->NonLocalDeps;
1190 if (CacheInfo->Pair == BBSkipFirstBlockPair(StartBB, SkipFirstBlock)) {
1235 CacheInfo->Pair = BBSkipFirstBlockPair(StartBB, SkipFirstBlock);
1237 CacheInfo->Pair = BBSkipFirstBlockPair();
1270 CacheInfo->Pair = BBSkipFirstBlockPair();
1435 // Refresh the CacheInfo/Cache pointer so that it isn't invalidated.
1436 CacheInfo = &NonLocalPointerDeps[CacheKey];
1437 Cache = &CacheInfo->NonLocalDeps;
1444 CacheInfo->Pair = BBSkipFirstBlockPair();
1454 // Refresh the CacheInfo/Cache pointer if it got invalidated.
1455 CacheInfo = &NonLocalPointerDeps[CacheKey];
1456 Cache = &CacheInfo->NonLocalDeps;
1464 CacheInfo->Pair = BBSkipFirstBlockPair();