Home | History | Annotate | Download | only in Analysis

Lines Matching full:predecessor

4395   // If both of those tests fail, walk up the unique predecessor chain to the
4405 // The simple checks failed, try climbing the unique predecessor chain
4417 // If the predecessor has a successor that isn't BB and isn't
5648 /// getPredecessorWithUniqueSuccessorForBB - Return a predecessor of BB
5649 /// (which may not be an immediate predecessor) which has exactly one
5655 // If the block has a unique predecessor, then there is no path from the
5656 // predecessor to the block that does not go through the direct edge
5657 // from the predecessor to the block.
5662 // If the header has a unique predecessor outside the loop, it must be
6132 // Starting at the loop predecessor, climb up the predecessor chain, as long