Home
last modified time | relevance | path

Searched refs:SumN (Results 1 – 1 of 1) 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()