Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.h184 unsigned countLiveBlocks(const LiveInterval *li) const;
DSplitKit.cpp267 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
271 unsigned SplitAnalysis::countLiveBlocks(const LiveInterval *cli) const { in countLiveBlocks() function in SplitAnalysis
DRegAllocGreedy.cpp1328 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) { in splitAroundRegion()