Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1019 unsigned OrigBlocks = SA->getNumLiveBlocks(); in splitAroundRegion() local
1043 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) { in splitAroundRegion()
1044 LLVM_DEBUG(dbgs() << "Main interval covers the same " << OrigBlocks in splitAroundRegion()