reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
501 if (Diff[1] < GainCycleThreshold) 505 if (Diff[1] == Diff[0]) 505 if (Diff[1] == Diff[0]) 506 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; 507 else if (Diff[1] > Diff[0]) 507 else if (Diff[1] > Diff[0]) 509 (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) && 509 (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) && 510 (Diff[1] * 8 >= LoopDepth[1].Depth);