Searched refs:OISIt (Results 1 – 1 of 1) sorted by relevance
2603 auto OISIt = OpSafeForPHIOfOps.find({I, CacheIdx}); in OpIsSafeForPHIOfOps() local2604 if (OISIt != OpSafeForPHIOfOps.end()) in OpIsSafeForPHIOfOps()2605 return OISIt->second; in OpIsSafeForPHIOfOps()2634 auto OISIt = OpSafeForPHIOfOps.find({OrigI, CacheIdx}); in OpIsSafeForPHIOfOps() local2635 if (OISIt != OpSafeForPHIOfOps.end()) { in OpIsSafeForPHIOfOps()2636 if (!OISIt->second) { in OpIsSafeForPHIOfOps()