Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.h212 unsigned getNumLiveBlocks() const { in getNumLiveBlocks() function
DSplitKit.cpp312 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
DRegAllocGreedy.cpp1777 unsigned OrigBlocks = SA->getNumLiveBlocks(); in splitAroundRegion()