Searched refs:OISIt (Results 1 – 1 of 1) sorted by relevance
2561 auto OISIt = OpSafeForPHIOfOps.find(V); in OpIsSafeForPHIOfOpsHelper() local2562 if (OISIt != OpSafeForPHIOfOps.end()) in OpIsSafeForPHIOfOpsHelper()2563 return OISIt->second; in OpIsSafeForPHIOfOpsHelper()2582 auto OISIt = OpSafeForPHIOfOps.find(OrigI); in OpIsSafeForPHIOfOpsHelper() local2583 if (OISIt != OpSafeForPHIOfOps.end()) { in OpIsSafeForPHIOfOpsHelper()2584 if (!OISIt->second) { in OpIsSafeForPHIOfOpsHelper()