Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSpillPlacement.cpp152 BlockFrequency SumP = BiasP; in update() local
157 SumP += I->first; in update()
169 if (SumN >= SumP + Threshold) in update()
171 else if (SumP >= SumN + Threshold) in update()