Home | History | Annotate | Download | only in VMCore

Lines Matching full:successor

3160 /// removeCase - This method removes the specified successor from the switch
3162 /// destination (successor #0).
3166 assert(idx*2 < getNumOperands() && "Successor index out of range!!!");
3282 /// removeDestination - This method removes the specified successor from the
3285 assert(idx < getNumOperands()-1 && "Successor index out of range!");