Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp94 unsigned BBStart = InstNo++; in collectMarkers() local
105 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
143 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
194 unsigned BBStart, BBEnd; in calculateLiveIntervals() local
195 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals()
207 Start[AllocaNo] = BBStart; in calculateLiveIntervals()