Lines Matching full:pairs
31 #define DEBUG_TYPE "div-rem-pairs"
32 STATISTIC(NumPairs, "Number of div/rem pairs");
36 DEBUG_COUNTER(DRPCounter, "div-rem-pairs-transform",
37 "Controls transformations in div-rem-pairs pass");
117 /// Find matching pairs of integer div/rem ops (they have the same numerator,
118 /// denominator, and signedness). Place those pairs into a worklist for further
144 // We'll accumulate the matching pairs of div-rem instructions here.
148 // pairs. Choose remainders for efficiency because they are usually even more
167 /// Find matching pairs of integer div/rem ops (they have the same numerator,
185 // Get the matching pairs of div-rem instructions. We want this extra