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