Searched refs:OISIt (Results 1 – 1 of 1) sorted by relevance
2612 auto OISIt = OpSafeForPHIOfOps.find(V); in OpIsSafeForPHIOfOpsHelper() local2613 if (OISIt != OpSafeForPHIOfOps.end()) in OpIsSafeForPHIOfOpsHelper()2614 return OISIt->second; in OpIsSafeForPHIOfOpsHelper()2633 auto OISIt = OpSafeForPHIOfOps.find(OrigI); in OpIsSafeForPHIOfOpsHelper() local2634 if (OISIt != OpSafeForPHIOfOps.end()) { in OpIsSafeForPHIOfOpsHelper()2635 if (!OISIt->second) { in OpIsSafeForPHIOfOpsHelper()