Lines Matching refs:depth
764 int Push(int depth, BasicBlock* child, int unvisited) {
766 stack_[depth].block = child;
767 stack_[depth].index = 0;
769 return depth + 1;
771 return depth;
975 TRACE("id:%d is a loop header, increment loop depth to %d\n",
982 TRACE("id:%d is not in a loop (depth == %d)\n", current->id().ToInt(),
985 TRACE("id:%d has loop header id:%d, (depth == %d)\n",
1075 os << " depth: " << block->loop_depth();
1119 // Check loop depth of the header.
1293 TRACE("Block id:%d's idom is id:%d, depth = %d\n", block->id().ToInt(),
1573 "Schedule late of #%d:%s is id:%d at loop depth %d, minimum = id:%d\n",