Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.h208 unsigned getNumLiveBlocks() const { in getNumLiveBlocks() function
H A DSplitKit.cpp297 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
H A DRegAllocGreedy.cpp997 unsigned OrigBlocks = SA->getNumLiveBlocks(); in splitAroundRegion()