Lines Matching defs:current
818 int current = stack_depth - 1;
819 SpecialRPOStackFrame* frame = &stack_[current];
903 // The successor is not in the current loop or any nested loop.
919 // Finished with all successors of the current block.
950 BasicBlock* current = b;
953 current->set_rpo_number(kBlockUnvisited1);
957 current == current_header->loop_end()) {
965 current->set_loop_header(current_header);
968 if (HasLoopNumber(current)) {
970 current_loop = &loops_[GetLoopNumber(current)];
972 current->set_loop_end(loop_end == nullptr ? BeyondEndSentinel()
976 current->id().ToInt(), loop_depth);
979 current->set_loop_depth(loop_depth);
981 if (current->loop_header() == nullptr) {
982 TRACE("id:%d is not in a loop (depth == %d)\n", current->id().ToInt(),
983 current->loop_depth());
986 current->id().ToInt(), current->loop_header()->id().ToInt(),
987 current->loop_depth());
1420 // Visits one node from the queue and propagates its current schedule early
1462 // current. Note that all inputs need to have minimum block position inside
1776 // predecessor block of the current input to the merge.