Searched refs:BlockMarkerSet (Results 1 – 1 of 1) sorted by relevance
131 auto &BlockMarkerSet = BBMarkerSet[BB]; in collectMarkers() local132 if (BlockMarkerSet.empty()) { in collectMarkers()154 if (BlockMarkerSet.size() == 1) { in collectMarkers()155 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()156 BlockMarkerSet.begin()->getSecond()); in collectMarkers()163 auto It = BlockMarkerSet.find(II); in collectMarkers()164 if (It == BlockMarkerSet.end()) in collectMarkers()