Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.h176 unsigned countLiveBlocks(const LiveInterval *li) const;
DSplitKit.cpp249 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
253 unsigned SplitAnalysis::countLiveBlocks(const LiveInterval *cli) const { in countLiveBlocks() function in SplitAnalysis
DRegAllocGreedy.cpp1068 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) { in splitAroundRegion()
/external/llvm/lib/CodeGen/
DSplitKit.h201 unsigned countLiveBlocks(const LiveInterval *li) const;
DSplitKit.cpp287 assert(getNumLiveBlocks() == countLiveBlocks(CurLI) && "Bad block count"); in calcLiveBlockInfo()
291 unsigned SplitAnalysis::countLiveBlocks(const LiveInterval *cli) const { in countLiveBlocks() function in SplitAnalysis
DRegAllocGreedy.cpp1336 if (SA->countLiveBlocks(&Reg) >= OrigBlocks) { in splitAroundRegion()