Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h244 bool isLiveOutOfMBB(const LiveRange &LR, in isLiveOutOfMBB() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp254 if (Writes && IsExiting && LIS.isLiveOutOfMBB(LI, MBB)) in weightCalcHelper()
H A DMLRegallocEvictAdvisor.cpp812 if (Writes && IsExiting && LIS->isLiveOutOfMBB(LI, MBB)) in getLIFeatureComponents()