Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.h219 unsigned countLiveBlocks(const LiveInterval *li) const;
DSplitKit.cpp312 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
316 unsigned SplitAnalysis::countLiveBlocks(const LiveInterval *cli) const { in countLiveBlocks() function in SplitAnalysis
DRegAllocGreedy.cpp1801 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) { in splitAroundRegion()