Searched refs:DCMIt (Results 1 – 9 of 9) sorted by relevance
1831 auto DCMIt = DetectionContextMap.find(getBBPairForRegion(R)); in getDetectionContext() local1832 if (DCMIt == DetectionContextMap.end()) in getDetectionContext()1834 return &DCMIt->second; in getDetectionContext()
1845 auto DCMIt = DetectionContextMap.find(getBBPairForRegion(R)); in getDetectionContext() local1846 if (DCMIt == DetectionContextMap.end()) in getDetectionContext()1848 return DCMIt->second.get(); in getDetectionContext()
1827 auto DCMIt = DetectionContextMap.find(getBBPairForRegion(R)); in getDetectionContext() local1828 if (DCMIt == DetectionContextMap.end()) in getDetectionContext()1830 return &DCMIt->second; in getDetectionContext()
1930 auto DCMIt = DetectionContextMap.find(getBBPairForRegion(R)); in getDetectionContext() local1931 if (DCMIt == DetectionContextMap.end()) in getDetectionContext()1933 return DCMIt->second.get(); in getDetectionContext()