Searched defs:calcLiveBlockInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp149 if (!calcLiveBlockInfo()) {
150 // FIXME: calcLiveBlockInfo found inconsistencies in the live range.
159 bool fixed = calcLiveBlockInfo();
170 /// calcLiveBlockInfo - Fill the LiveBlocks array with information about blocks
172 bool SplitAnalysis::calcLiveBlockInfo() { function in class:SplitAnalysis

Completed in 53 milliseconds