Home | History | Annotate | Download | only in compiler

Lines Matching defs:queue_length

951       int queue_length = 0;
958 queue[queue_length++].block = member;
963 while (queue_length > 0) {
964 BasicBlock* block = queue[--queue_length].block;
970 queue[queue_length++].block = pred;