Searched refs:countLiveBlocks (Results 1 – 3 of 3) sorted by relevance
184 unsigned countLiveBlocks(const LiveInterval *li) const;
267 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()271 unsigned SplitAnalysis::countLiveBlocks(const LiveInterval *cli) const { in countLiveBlocks() function in SplitAnalysis
1328 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) { in splitAroundRegion()