Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackColoring.cpp658 BlockBitVecMap SeenStartMap; in collectMarkers() local
680 BlockBitVecMap::const_iterator I = SeenStartMap.find(Pred); in collectMarkers()
681 if (I != SeenStartMap.end()) { in collectMarkers()
735 BitVector &SeenStart = SeenStartMap[MBB]; in collectMarkers()