Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp155 bool IsExiting = false; in weightCalcHelper() local
245 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
254 if (Writes && IsExiting && LIS.isLiveOutOfMBB(LI, MBB)) in weightCalcHelper()
H A DMLRegallocEvictAdvisor.cpp810 bool IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in getLIFeatureComponents() local
812 if (Writes && IsExiting && LIS->isLiveOutOfMBB(LI, MBB)) in getLIFeatureComponents()