Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSpillPlacement.cpp154 BlockFrequency SumN = BiasN; in update() local
158 SumN += L.first; in update()
172 if (SumN >= SumP + Threshold) in update()
174 else if (SumP >= SumN + Threshold) in update()