Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h217 unsigned getNumLiveBlocks() const { in getNumLiveBlocks() function
H A DSplitKit.cpp314 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
H A DRegAllocGreedy.cpp1795 unsigned OrigBlocks = SA->getNumLiveBlocks(); in splitAroundRegion()