Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()