Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1645 bool ProgressRequired = ExtraInfo->getStage(VirtReg) >= RS_Split2; in tryLocalSplit() local
1698 bool Legal = !ProgressRequired || NewGaps < NumGaps; in tryLocalSplit()
1778 assert(!ProgressRequired && "Didn't make progress when it was required."); in tryLocalSplit()