Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp154 BlockFrequency SumP = BiasP; in update() local
159 SumP += L.first; in update()
171 if (SumN >= SumP + Threshold) in update()
173 else if (SumP >= SumN + Threshold) in update()