reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
405 if (!FallThroughWeight) 411 HeaderIdx ? MDB.createBranchWeights(ExitWeight, FallThroughWeight) 412 : MDB.createBranchWeights(FallThroughWeight, ExitWeight); 414 FallThroughWeight = 415 FallThroughWeight > ExitWeight ? FallThroughWeight - ExitWeight : 1; 415 FallThroughWeight > ExitWeight ? FallThroughWeight - ExitWeight : 1;