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