Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSpillPlacement.cpp150 BlockFrequency SumN = BiasN; in update() local
154 SumN += I->first; in update()
168 if (SumN >= SumP + Threshold) in update()
170 else if (SumP >= SumN + Threshold) in update()
/external/swiftshader/third_party/llvm-7.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()