Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSpillPlacement.cpp151 BlockFrequency SumP = BiasP; in update() local
156 SumP += 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.cpp159 BlockFrequency SumP = BiasP; in update() local
164 SumP += I->first; in update()
176 if (SumN >= SumP + Threshold) in update()
178 else if (SumP >= SumN + Threshold) in update()