Lines Matching refs:idx_
29 if (idx_ < end_idx_) { in ForwardSingleNext()
31 BasicBlockId bb_id = (*block_id_list_)[idx_]; in ForwardSingleNext()
33 idx_++; in ForwardSingleNext()
44 if ((idx_ >= end_idx_) && changed_ == true) { in ForwardRepeatNext()
46 idx_ = start_idx_; in ForwardRepeatNext()
52 if (idx_ < end_idx_) { in ForwardRepeatNext()
54 BasicBlockId bb_id = (*block_id_list_)[idx_]; in ForwardRepeatNext()
56 idx_++; in ForwardRepeatNext()
67 if (idx_ >= 0) { in ReverseSingleNext()
69 BasicBlockId bb_id = (*block_id_list_)[idx_]; in ReverseSingleNext()
71 idx_--; in ReverseSingleNext()
82 if ((idx_ < 0) && changed_) { in ReverseRepeatNext()
84 idx_ = start_idx_; in ReverseRepeatNext()
90 if (idx_ >= 0) { in ReverseRepeatNext()
92 BasicBlockId bb_id = (*block_id_list_)[idx_]; in ReverseRepeatNext()
94 idx_--; in ReverseRepeatNext()
106 while (idx_ != end_idx_) { in Next()
107 BasicBlock* bb = mir_graph_->GetBlockList()[idx_++]; in Next()
123 (*loop_ends_)[loop_head_stack_->back().first] == idx_) { in Next()
127 if (idx_ == end_idx_) { in Next()
132 BasicBlockId idx = idx_; in Next()
133 idx_ += 1; in Next()
143 if (idx_ != 0) { in Next()
145 BasicBlock* bb = mir_graph_->GetBasicBlock((*block_id_list_)[idx_ - 1]); in Next()
160 (*loop_ends_)[loop_head_stack_->back().first] == idx_) { in Next()
170 idx_ = loop_head_idx + 1; in Next()
175 if (idx_ == end_idx_) { in Next()
180 BasicBlockId idx = idx_; in Next()
181 idx_ += 1; in Next()