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

/external/llvm/lib/CodeGen/
H A DSplitKit.h175 /// getNumLiveBlocks - Return the number of blocks where CurLI is live.
176 unsigned getNumLiveBlocks() const { function in class:llvm::SplitAnalysis
181 /// guaranteed to return the same number as getNumLiveBlocks() after calling
H A DRegAllocGreedy.cpp1058 unsigned OrigBlocks = SA->getNumLiveBlocks();
H A DSplitKit.cpp272 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count");

Completed in 399 milliseconds