Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp105 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
143 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
195 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals()
248 auto BlockRange = BlockInstRange[BB]; in dumpBlockLiveness()
DSafeStackColoring.h72 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; variable