Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp107 unsigned BBStart = InstNo++; in collectMarkers() local
118 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
156 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
209 unsigned BBStart, BBEnd; in calculateLiveIntervals() local
210 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals()
222 Start[AllocaNo] = BBStart; in calculateLiveIntervals()
232 assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart); in calculateLiveIntervals()
/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()
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp131 auto BBStart = Instructions.size(); in collectMarkers() local
139 BlockInstRange[BB] = std::make_pair(BBStart, Instructions.size()); in collectMarkers()
176 BlockInstRange[BB] = std::make_pair(BBStart, Instructions.size()); in collectMarkers()
237 unsigned BBStart, BBEnd; in calculateLiveIntervals() local
238 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals()
250 Start[AllocaNo] = BBStart; in calculateLiveIntervals()
260 assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart); in calculateLiveIntervals()
/external/llvm-project/llvm/lib/CodeGen/
DRegisterCoalescer.cpp682 SlotIndex BBStart = in adjustCopiesBackFrom() local
684 S.extendInBlock(BBStart, FillerStart); in adjustCopiesBackFrom()