Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp174 LI.markNotSpillable(); in weightCalcHelper()
239 LI.markNotSpillable(); in weightCalcHelper()
313 LI.markNotSpillable(); in weightCalcHelper()
H A DLiveRangeEdit.cpp41 LI.markNotSpillable(); in createEmptyIntervalFrom()
66 LIS.getInterval(VReg).markNotSpillable(); in createFrom()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h816 void markNotSpillable() { Weight = huge_valf; } in markNotSpillable() function