Home | History | Annotate | Download | only in Utils

Lines Matching full:predecessor

64 /// FoldSingleEntryPHINodes - We know that BB has one predecessor.  If there are
67 /// when the block has exactly one predecessor.
114 /// MergeBlockIntoPredecessor - Attempts to merge a block into its predecessor,
154 // Delete the unconditional branch from the predecessor...
161 // Move all definitions in the successor to the predecessor...
462 // account for the newly created predecessor.
587 /// instruction into a predecessor which ends in an unconditional branch. If
590 /// predecessor.
594 // Clone the return and add it to the end of the predecessor.
691 if (PI == PE) // No predecessor
694 if (PI == PE) // Only one predecessor
729 // If we found a conditional branch predecessor, make sure that it branches
750 // predecessor, and THAT is a conditional branch, then we're all ok!