Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp490 BlockBitVecMap SeenStartMap; in collectMarkers() local
511 BlockBitVecMap::const_iterator I = SeenStartMap.find(*PI); in collectMarkers()
512 if (I != SeenStartMap.end()) { in collectMarkers()
557 BitVector &SeenStart = SeenStartMap[MBB]; in collectMarkers()
/external/swiftshader/third_party/llvm-7.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()