Home
last modified time | relevance | path

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

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