Home | History | Annotate | Download | only in Analysis

Lines Matching full:sbbe

528   succ_const_iterator sbbi = succ_begin(BB), sbbe = succ_end(BB);
529 if (sbbi==sbbe) {
540 for (;sbbi != sbbe; ++sbbi) {
599 succ_const_iterator sbbi = succ_begin(BB), sbbe = succ_end(BB);
600 if (sbbi == sbbe)
602 for ( ; sbbi != sbbe; ++sbbi ) {