Home | History | Annotate | Download | only in compiler

Lines Matching defs:queue_length

802     int queue_length = 0;
809 queue[queue_length++].block = member;
814 while (queue_length > 0) {
815 BasicBlock* block = queue[--queue_length].block;
821 queue[queue_length++].block = pred;