Home
last modified time | relevance | path

Searched refs:weightCalcHelper (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h96 float weightCalcHelper(LiveInterval &LI, SlotIndex *Start = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp143 float Weight = weightCalcHelper(LI); in calculateSpillWeightAndHint()
161 float VirtRegAuxInfo::weightCalcHelper(LiveInterval &LI, SlotIndex *Start, in weightCalcHelper() function in VirtRegAuxInfo