Lines Matching full:outgoing
759 ZoneList<BasicBlock*>* outgoing;
766 if (outgoing == NULL) outgoing = new (zone) ZoneList<BasicBlock*>(2, zone);
767 outgoing->Add(block, zone);
1005 // Process additional outgoing edges from the loop header.
1013 // Pop the loop stack and continue visiting outgoing edges within the
1017 // and later iterations will go through its outgoing edges list.
1020 // Use the next outgoing edge if there are any.
1024 if (info->outgoing != NULL &&
1025 outgoing_index < info->outgoing->length()) {
1026 succ = info->outgoing->at(outgoing_index);
1038 // Add it to the outgoing edges of this loop and visit it later.