Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Incoming

435          "Loop must have more than one incoming edge!");
439 MachineBasicBlock *Incoming = *PI++;
443 // Make sure there is one incoming and one backedge and determine which
445 if (L->contains(Incoming)) {
448 std::swap(Incoming, Backedge);