Home | History | Annotate | Download | only in Utils

Lines Matching full:branch

103   // Delete the unconditional branch from the predecessor...
177 /// branch instruction. However, if the trip count (and multiple) are not known,
186 /// iterations via an early branch, but control may not exit the loop from the
232 " Can't unroll; loop not terminated by a conditional branch.\n");
349 DEBUG(dbgs() << " with " << TripMultiple << " trips per branch");
350 EmitDiag(" with " + Twine(TripMultiple) + " trips per branch");
510 // The original branch was replicated in each unrolled iteration.
513 // The branch destination.
522 // For a complete unroll, make the last iteration end with a branch
531 // unconditional branch for some iterations.
537 // Update the conditional branch's successor for the following
553 // Replace the conditional branch with an unconditional one.