Home
last modified time | relevance | path

Searched refs:BlockMarkerSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp137 auto &BlockMarkerSet = BBMarkerSet[BB]; in collectMarkers() local
138 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()