Lines Matching defs:outgoing
726 if (loop.outgoing) return *loop.outgoing;
750 ZoneVector<BasicBlock*>* outgoing;
757 if (outgoing == nullptr) {
758 outgoing = zone->New<ZoneVector<BasicBlock*>>(zone);
760 outgoing->push_back(block);
871 // Process additional outgoing edges from the loop header.
879 // Pop the loop stack and continue visiting outgoing edges within
883 // and later iterations will go through its outgoing edges list.
886 // Use the next outgoing edge if there are any.
890 if (block != entry && info->outgoing != nullptr &&
891 outgoing_index < info->outgoing->size()) {
892 succ = info->outgoing->at(outgoing_index);
904 // Add it to the outgoing edges of this loop and visit it later.
1716 // of the outgoing blocks. If it doesn't, then there is a path