Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocEvictionAdvisor.h64 RS_Split2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1181 ExtraInfo->setStage(Reg, RS_Split2); in splitAroundRegion()
1377 if (ExtraInfo->getStage(VirtReg) >= RS_Split2) in trySplitAroundHintReg()
1781 bool ProgressRequired = ExtraInfo->getStage(VirtReg) >= RS_Split2; in tryLocalSplit()
1917 ExtraInfo->setStage(LIS->getInterval(LREdit.get(I)), RS_Split2); in tryLocalSplit()
1961 if (ExtraInfo->getStage(VirtReg) < RS_Split2) { in trySplit()