Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp159 bool IsExiting = false; in weightCalcHelper() local
249 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
258 if (Writes && IsExiting && LIS.isLiveOutOfMBB(LI, MBB)) in weightCalcHelper()