Home
last modified time | relevance | path

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

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