Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h65 void calculateSpillWeightAndHint(LiveInterval &LI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp43 calculateSpillWeightAndHint(LIS.getInterval(Reg)); in calculateSpillWeightsAndHints()
142 void VirtRegAuxInfo::calculateSpillWeightAndHint(LiveInterval &LI) { in calculateSpillWeightAndHint() function in VirtRegAuxInfo
H A DLiveRangeEdit.cpp506 VRAI.calculateSpillWeightAndHint(LI); in calculateRegClassAndHint()