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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h211 /// getNumLiveBlocks - Return the number of blocks where CurLI is live.
212 unsigned getNumLiveBlocks() const { function in class:llvm::SplitAnalysis
219 /// guaranteed to return the same number as getNumLiveBlocks() after calling
H A DSplitKit.cpp308 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count");
H A DRegAllocGreedy.cpp1021 unsigned OrigBlocks = SA->getNumLiveBlocks();

Completed in 126 milliseconds