Home
last modified time | relevance | path

Searched refs:isLiveOutOfMBB (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DCalcSpillWeights.cpp138 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb)) in calculateSpillWeightAndHint()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h214 bool isLiveOutOfMBB(const LiveRange &LR, in isLiveOutOfMBB() function