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

/external/llvm/lib/CodeGen/
H A DSplitKit.h181 /// countLiveBlocks - Return the number of blocks where li is live. This is
184 unsigned countLiveBlocks(const LiveInterval *li) const;
H A DSplitKit.cpp272 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count");
276 unsigned SplitAnalysis::countLiveBlocks(const LiveInterval *cli) const { function in class:SplitAnalysis
H A DRegAllocGreedy.cpp1155 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) {

Completed in 61 milliseconds