Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:IsNoopInstruction

1284       while (IsNoopInstruction(I)) ++I;
1291 while (IsNoopInstruction(I)) ++I;
1302 do --I; while (I != Begin && IsNoopInstruction(I));