Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSplitKit.h212 unsigned getNumLiveBlocks() const { in getNumLiveBlocks() function
HDSplitKit.cpp307 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
HDRegAllocGreedy.cpp1019 unsigned OrigBlocks = SA->getNumLiveBlocks(); in splitAroundRegion()