Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1044 unsigned OrigBlocks = SA->getNumLiveBlocks(); in splitAroundRegion() local
1068 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) { in splitAroundRegion()
1069 DEBUG(dbgs() << "Main interval covers the same " << OrigBlocks in splitAroundRegion()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1312 unsigned OrigBlocks = SA->getNumLiveBlocks(); in splitAroundRegion() local
1336 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) { in splitAroundRegion()
1337 DEBUG(dbgs() << "Main interval covers the same " << OrigBlocks in splitAroundRegion()