Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCalcSpillWeights.cpp174 LI.markNotSpillable(); in weightCalcHelper()
239 LI.markNotSpillable(); in weightCalcHelper()
313 LI.markNotSpillable(); in weightCalcHelper()
DLiveRangeEdit.cpp41 LI.markNotSpillable(); in createEmptyIntervalFrom()
66 LIS.getInterval(VReg).markNotSpillable(); in createFrom()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DLiveInterval.h816 void markNotSpillable() { Weight = huge_valf; } in markNotSpillable() function