Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2313 bool ProgressRequired = getStage(VirtReg) >= RS_Split2; in tryLocalSplit() local
2366 bool Legal = !ProgressRequired || NewGaps < NumGaps; in tryLocalSplit()
2447 assert(!ProgressRequired && "Didn't make progress when it was required."); in tryLocalSplit()