Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.cpp158 BlockFrequency SumN = BiasN; in update() local
162 SumN += I->first; in update()
176 if (SumN >= SumP + Threshold) in update()
178 else if (SumP >= SumN + Threshold) in update()