HomeSort by: relevance | last modified time | path
    Searched refs:calcLiveBlockInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.h 169 /// calcLiveBlockInfo - Compute per-block information about CurLI.
170 bool calcLiveBlockInfo();
SplitKit.cpp 191 if (!calcLiveBlockInfo()) {
192 // FIXME: calcLiveBlockInfo found inconsistencies in the live range.
201 bool fixed = calcLiveBlockInfo();
211 /// calcLiveBlockInfo - Fill the LiveBlocks array with information about blocks
213 bool SplitAnalysis::calcLiveBlockInfo() {

Completed in 76 milliseconds