Home | History | Annotate | Download | only in dex

Lines Matching full:next

26   for (BasicBlock* bb = iter.Next(); bb != NULL; bb = iter.Next()) {
48 SuccessorBlockInfo *sbi = iterator.Next();
125 int idx = iterator.Next();
149 for (BasicBlock* bb = iter.Next(); bb != NULL; bb = iter.Next()) {
153 for (BasicBlock* bb = iter2.Next(); bb != NULL; bb = iter2.Next()) {
185 int bb_idx = curr_idom_iter->Next();
187 bb_idx = curr_idom_iter->Next();
195 // no successor/next
232 SuccessorBlockInfo *successor_block_info = iterator.Next();
245 int dominated_idx = bv_iterator.Next();
253 int df_up_idx = df_iterator.Next();
319 BasicBlock* pred_bb = iter.Next();
329 BasicBlock* pred_bb = iter.Next();
381 for (BasicBlock* bb = iter.Next(); bb != NULL; bb = iter.Next()) {
401 for (BasicBlock* bb = iter2.Next(false); bb != NULL; bb = iter2.Next(change)) {
418 for (BasicBlock* bb = iter3.Next(); bb != NULL; bb = iter3.Next()) {
423 for (BasicBlock* bb = iter4.Next(); bb != NULL; bb = iter4.Next()) {
430 for (BasicBlock* bb = iter5.Next(); bb != NULL; bb = iter5.Next()) {
475 SuccessorBlockInfo *successor_block_info = iterator.Next();
508 for (BasicBlock* bb = iter.Next(false); bb != NULL; bb = iter.Next(change)) {
526 int idx = iterator.Next();
557 int idx = iterator.Next();
587 for (mir = bb->first_mir_insn; mir != NULL; mir = mir->next) {
600 BasicBlock* pred_bb = iter.Next();
660 SuccessorBlockInfo *successor_block_info = iterator.Next();
704 for (BasicBlock* bb = iter2.Next(); bb != NULL; bb = iter2.Next()) {