HomeSort by relevance Sort by last modified time
    Searched refs:calcLiveBlockInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 116 /// calcLiveBlockInfo - Compute per-block information about CurLI.
117 bool calcLiveBlockInfo();
SplitKit.cpp 148 if (!calcLiveBlockInfo()) {
149 // FIXME: calcLiveBlockInfo found inconsistencies in the live range.
158 bool fixed = calcLiveBlockInfo();
169 /// calcLiveBlockInfo - Fill the LiveBlocks array with information about blocks
171 bool SplitAnalysis::calcLiveBlockInfo() {
    [all...]

Completed in 220 milliseconds