Home | History | Annotate | Download | only in Utils

Lines Matching defs:Case

115     // Figure out which case it goes to.
118 // Found case matching a constant operand?
138 // Merge weight of this case to the default weight.
141 // Remove weight for this case.
176 // Found case matching a constant operand?
196 IntegersSubset& Case = FirstCase.getCaseValueEx();
197 if (Case.isSingleNumber()) {
200 Case.getSingleNumber(0).toConstantInt(),
212 // The TrueWeight should be the weight for the single case of SI.
292 // Special case intrinsics that "may have side effects" but can be deleted
578 // one for BB, in which case this phi node will not prevent the merging
684 // accordingly. Since we allow merging blocks in the case where the
748 // BB dominates Succ, which is non-trivial to calculate in the case where
756 // folding the branch isn't profitable in that case anyway.
836 // operands to be safe in case instcombine hasn't run.