Lines Matching refs:DetectionContextMap
367 for (auto &DIt : DetectionContextMap) { in detect()
393 assert(ValidRegions.size() <= DetectionContextMap.size() && in detect()
422 std::unique_ptr<DetectionContext> &Entry = DetectionContextMap[P]; in isMaxRegionInScop()
1487 std::unique_ptr<DetectionContext> &Entry = DetectionContextMap[P]; in expandRegion()
1501 DetectionContextMap.erase(P); in expandRegion()
1509 DetectionContextMap.erase(P); in expandRegion()
1520 DetectionContextMap.erase(P); in expandRegion()
1559 DetectionContextMap[getBBPairForRegion(&R)]; in findScops()
1802 for (auto &DIt : DetectionContextMap) { in emitMissedRemarks()
1926 auto DCMIt = DetectionContextMap.find(getBBPairForRegion(R)); in getDetectionContext()
1927 if (DCMIt == DetectionContextMap.end()) in getDetectionContext()