Home | History | Annotate | Download | only in Analysis

Lines Matching full:successor

4308         // If the predecessor has a successor that isn't BB and isn't
4362 assert(L->contains(FBB) && "Loop block has no successor in loop!");
4394 assert(L->contains(TBB) && "Loop block has no successor in loop!");
5389 /// successor from which BB is reachable, or null if no such block is
5402 // a block that has exactly one successor that can reach the loop.