Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp139 float weight = weightCalcHelper(li); in calculateSpillWeightAndHint()
148 return weightCalcHelper(li, &start, &end); in futureWeight()
151 float VirtRegAuxInfo::weightCalcHelper(LiveInterval &li, SlotIndex *start, in weightCalcHelper() function in VirtRegAuxInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h93 float weightCalcHelper(LiveInterval &li, SlotIndex *start = nullptr,