Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp368 typedef DenseMap<const MachineBasicBlock*, BitVector> BlockBitVecMap; typedef in __anon1f3233290111::StackColoring
490 BlockBitVecMap SeenStartMap; in collectMarkers()
511 BlockBitVecMap::const_iterator I = SeenStartMap.find(*PI); in collectMarkers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp452 using BlockBitVecMap = DenseMap<const MachineBasicBlock *, BitVector>; typedef in __anonc65c1c610111::StackColoring
627 BlockBitVecMap SeenStartMap; in collectMarkers()
647 BlockBitVecMap::const_iterator I = SeenStartMap.find(*PI); in collectMarkers()