Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h212 unsigned getNumLiveBlocks() const { in getNumLiveBlocks() function
H A DSplitKit.cpp306 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
H A DRegAllocGreedy.cpp1022 unsigned OrigBlocks = SA->getNumLiveBlocks(); in splitAroundRegion()