Lines Matching full:branch
120 // Remove the branch.
136 default: llvm_unreachable("Invalid branch condition!");
165 // Conditional branch is a special case.
191 // A terminator that isn't a branch can't easily be handled
228 assert(I->getOpcode() == MSP430::JCC && "Invalid conditional branch");
234 // Working from the bottom, handle the first conditional branch.
243 // conditional branches branch to the same destination.
247 // Only handle the case where all conditional branches branch to
271 "MSP430 branch conditions have one component!");
274 // Unconditional branch?
275 assert(!FBB && "Unconditional branch with multiple successors!");
280 // Conditional branch.
286 // Two-way Conditional branch. Insert the second branch.