Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp627 BlockBitVecMap SeenStartMap; in collectMarkers() local
647 BlockBitVecMap::const_iterator I = SeenStartMap.find(*PI); in collectMarkers()
648 if (I != SeenStartMap.end()) { in collectMarkers()
693 BitVector &SeenStart = SeenStartMap[MBB]; in collectMarkers()