Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1362 bool ProgressRequired = getStage(VirtReg) >= RS_Split2; in tryLocalSplit() local
1409 bool Legal = !ProgressRequired || NewGaps < NumGaps; in tryLocalSplit()
1488 assert(!ProgressRequired && "Didn't make progress when it was required."); in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1797 bool ProgressRequired = getStage(VirtReg) >= RS_Split2; in tryLocalSplit() local
1851 bool Legal = !ProgressRequired || NewGaps < NumGaps; in tryLocalSplit()
1932 assert(!ProgressRequired && "Didn't make progress when it was required."); in tryLocalSplit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2262 bool ProgressRequired = getStage(VirtReg) >= RS_Split2; in tryLocalSplit() local
2315 bool Legal = !ProgressRequired || NewGaps < NumGaps; in tryLocalSplit()
2396 assert(!ProgressRequired && "Didn't make progress when it was required."); in tryLocalSplit()