Home
last modified time | relevance | path

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

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