Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp170 LI.markNotSpillable(); in weightCalcHelper()
235 LI.markNotSpillable(); in weightCalcHelper()
309 LI.markNotSpillable(); in weightCalcHelper()
H A DLiveRangeEdit.cpp42 LI.markNotSpillable(); in createEmptyIntervalFrom()
67 LIS.getInterval(VReg).markNotSpillable(); in createFrom()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h822 void markNotSpillable() { Weight = huge_valf; } in markNotSpillable() function