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

/external/llvm/lib/CodeGen/
H A DSplitKit.h180 /// countLiveBlocks - Return the number of blocks where li is live. This is
183 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.cpp1082 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) {

Completed in 56 milliseconds