Lines Matching full:successor
178 // A block with a landing pad successor only has one other successor.
294 // The block has an unconditional branch. If its successor is now
295 // its layout successor, delete the branch.
299 // The block has an unconditional fallthrough. If its successor is not
300 // its layout successor, insert a branch.
308 // successors is its layout successor, rewrite it to a fallthrough
358 assert(I != Successors.end() && "Not a current successor!");
371 assert(I != Successors.end() && "Not a current successor!");
394 // Update the successor information.
437 // Fix up any PHI nodes in the successor.
465 // If FallthroughBlock isn't a successor, no fallthrough is possible.
574 // Inherit live-ins from the successor
689 // Update the successor information.
709 // (it falls through to its successor).
713 // with a conditional branch that falls through to a successor (DestB).
724 // Block falls through to successor.
729 // Block ends in conditional jump that falls through to successor.
782 /// getWeightIterator - Return wight iterator corresonding to the I successor
788 assert(index < Weights.size() && "Not a current successor!");