Home
last modified time | relevance | path

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

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