Searched refs:DetectionContextMap (Results 1 – 2 of 2) sorted by relevance
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()[all …]
215 DetectionContextMapTy DetectionContextMap; variable