Home | History | Annotate | Download | only in Analysis

Lines Matching full:bbe

386     for(succ_const_iterator BBI = succ_begin(FirstBB), BBE = succ_end(FirstBB);
387 BBI != BBE; ++BBI) {
514 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB);
515 if (bbi==bbe) {
519 for (;bbi != bbe; ++bbi) {
586 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB);
587 if (bbi == bbe) {
590 for( ; bbi != bbe; ++bbi ) {