Home
last modified time | relevance | path

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

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