Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp223 bool IsExiting = false; in weightCalcHelper() local
269 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
278 if (Writes && IsExiting && LIS.isLiveOutOfMBB(LI, MBB)) in weightCalcHelper()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp831 bool IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in getLIFeatureComponents() local
833 if (Writes && IsExiting && LIS->isLiveOutOfMBB(LI, MBB)) in getLIFeatureComponents()