Home
last modified time | relevance | path

Searched refs:queue_length (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dscheduler.cc943 int queue_length = 0; in ComputeLoopInfo() local
950 queue[queue_length++].block = member; in ComputeLoopInfo()
955 while (queue_length > 0) { in ComputeLoopInfo()
956 BasicBlock* block = queue[--queue_length].block; in ComputeLoopInfo()
962 queue[queue_length++].block = pred; in ComputeLoopInfo()