Searched refs:BlockMarkerSet (Results 1 – 3 of 3) sorted by relevance
115 auto &BlockMarkerSet = BBMarkerSet[BB]; in collectMarkers() local116 if (BlockMarkerSet.empty()) { in collectMarkers()142 if (BlockMarkerSet.size() == 1) { in collectMarkers()143 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()144 BlockMarkerSet.begin()->getSecond()); in collectMarkers()148 auto It = BlockMarkerSet.find(&I); in collectMarkers()149 if (It == BlockMarkerSet.end()) in collectMarkers()
102 auto &BlockMarkerSet = BBMarkerSet[BB]; in collectMarkers() local103 if (BlockMarkerSet.empty()) { in collectMarkers()129 if (BlockMarkerSet.size() == 1) { in collectMarkers()130 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()131 BlockMarkerSet.begin()->getSecond()); in collectMarkers()135 auto It = BlockMarkerSet.find(&I); in collectMarkers()136 if (It == BlockMarkerSet.end()) in collectMarkers()
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()