Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h218 /// countLiveBlocks - Return the number of blocks where li is live. This is
221 unsigned countLiveBlocks(const LiveInterval *li) const;
H A DSplitKit.cpp307 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
310 unsigned SplitAnalysis::countLiveBlocks(const LiveInterval *cli) const { in countLiveBlocks() function in SplitAnalysis
H A DRegAllocGreedy.cpp1043 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) { in splitAroundRegion()