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

/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp150 BlockFrequency SumN = BiasN; local
154 SumN += I->first;
160 // bundle. Ideally, we should simply set Value = sign(SumP - SumN), but we
168 if (SumN >= SumP + Threshold)
170 else if (SumP >= SumN + Threshold)

Completed in 268 milliseconds