Lines Matching full:unconditional
162 /// to a return, unreachable, or unconditional branch).
166 /// previous iteration by inserting unconditional branches.
230 /// pointer, conditional or unconditional, the max displacement,
231 /// and (if isCond is true) the corresponding unconditional branch
870 /// an unconditional branch. Update data structures and renumber blocks to
884 // Add an unconditional branch from OrigBB to NewBB.
885 // Note the new unconditional branch is not being recorded.
914 // unconditional branch - in that case we want to insert NewBB).
1163 /// the specific unconditional branch instruction.
1196 // the previous iteration by inserting an unconditional branch. In the
1226 /// unconditional branch around it. In either case NewMBB is set to a
1239 // If the block does not end in an unconditional branch already, and if the
1241 // below is for the unconditional branch we will be adding: 4 bytes on ARM +
1253 // Add an unconditional branch from UserMBB to fallthrough block. Record
1296 // The 4 in the following is for the unconditional branch we'll be inserting
1309 // long unconditional).
1543 /// fixupUnconditionalBr - Fix up an unconditional branch whose destination is
1569 /// conditional branch + an unconditional branch to the destination.
1575 // Add an unconditional branch to the destination and invert the branch
1597 // Last MI in the BB is an unconditional branch. Can we simply invert the
1618 // No need for the branch to the next block. We're adding an unconditional
1631 // Insert a new conditional branch and a new unconditional branch.
2012 // If the destination block is terminated by an unconditional branch,
2025 // If the block ends in an unconditional branch, move it. The prior block
2045 // Add an unconditional branch from NewBB to BB.