Home
last modified time | relevance | path

Searched refs:ProgressRequired (Results 1 – 2 of 2) 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()