Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getNextNonNullIndex

1591     for (SlotIndex SI = Indexes->getNextNonNullIndex(DestRegIdx);
1592 SI != CopyRegIdx; SI = Indexes->getNextNonNullIndex(SI)) {