Home | History | Annotate | Download | only in Scalar

Lines Matching full:duplicate

46           cl::desc("Max block size to duplicate for jump threading"),
1085 // a list of known destinations for each pred. This also discards duplicate
1097 continue; // Duplicate predecessor entry.
1180 // *duplicate* the conditional branch into that block in order to further
1188 // Try to duplicate BB into PredBB.
1298 // Try to duplicate BB into PredBB.
1476 /// If we can duplicate the contents of BB up into PredBB do so now, this