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