Searched refs:queue_length (Results 1 – 2 of 2) sorted by relevance
292 static int queue_length(PullupField *begin, PullupField *end) in queue_length() function412 if (queue_length(s->first, s->last) < 4) in decide_frame_length()416 n = queue_length(f, s->last); in decide_frame_length()
1016 int queue_length = 0; in ComputeLoopInfo() local1023 (*queue)[queue_length++].block = member; in ComputeLoopInfo()1028 while (queue_length > 0) { in ComputeLoopInfo()1029 BasicBlock* block = (*queue)[--queue_length].block; in ComputeLoopInfo()1035 (*queue)[queue_length++].block = pred; in ComputeLoopInfo()