Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Threshold

47 Threshold("jump-threading-threshold",
235 /// thread across it. Stop scanning the block when passing the threshold.
237 unsigned Threshold) {
249 // Stop scanning the block if we've reached the threshold.
250 if (Size > Threshold)
1374 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, Threshold);
1375 if (JumpThreadCost > Threshold) {
1517 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB, Threshold);
1518 if (DuplicationCost > Threshold) {