Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp181 LI.markNotSpillable(); in weightCalcHelper()
257 LI.markNotSpillable(); in weightCalcHelper()
331 LI.markNotSpillable(); in weightCalcHelper()
H A DLiveRangeEdit.cpp42 LI.markNotSpillable(); in createEmptyIntervalFrom()
67 LIS.getInterval(VReg).markNotSpillable(); in createFrom()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h829 void markNotSpillable() { Weight = huge_valf; } in markNotSpillable() function