Searched refs:BlockMarkerSet (Results 1 – 1 of 1) sorted by relevance
137 auto &BlockMarkerSet = BBMarkerSet[BB]; in collectMarkers() local138 if (BlockMarkerSet.empty()) { in collectMarkers()160 if (BlockMarkerSet.size() == 1) { in collectMarkers()161 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()162 BlockMarkerSet.begin()->getSecond()); in collectMarkers()169 auto It = BlockMarkerSet.find(II); in collectMarkers()170 if (It == BlockMarkerSet.end()) in collectMarkers()