Searched refs:BlockMarkerSet (Results 1 – 1 of 1) sorted by relevance
116 auto &BlockMarkerSet = BBMarkerSet[BB]; in collectMarkers() local117 if (BlockMarkerSet.empty()) { in collectMarkers()143 if (BlockMarkerSet.size() == 1) { in collectMarkers()144 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()145 BlockMarkerSet.begin()->getSecond()); in collectMarkers()149 auto It = BlockMarkerSet.find(&I); in collectMarkers()150 if (It == BlockMarkerSet.end()) in collectMarkers()