Home
last modified time | relevance | path

Searched refs:getNumThroughBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h203 unsigned getNumThroughBlocks() const { return NumThroughBlocks; } in getNumThroughBlocks() function
213 return getUseBlocks().size() - NumGapBlocks + getNumThroughBlocks(); in getNumLiveBlocks()
H A DRegAllocGreedy.cpp808 if (!SA->getNumThroughBlocks()) in calcCompactRegion()