Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp223 bool IsExiting = false; in weightCalcHelper() local
268 IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in weightCalcHelper()
277 if (Writes && IsExiting && LIS.isLiveOutOfMBB(LI, MBB)) in weightCalcHelper()
H A DMLRegAllocEvictAdvisor.cpp828 bool IsExiting = Loop ? Loop->isLoopExiting(MBB) : false; in getLIFeatureComponents() local
830 if (Writes && IsExiting && LIS->isLiveOutOfMBB(LI, MBB)) in getLIFeatureComponents()