Lines Matching refs:IsNoopInstruction
1207 while (IsNoopInstruction(I)) ++I;1214 while (IsNoopInstruction(I)) ++I;1225 do --I; while (I != Begin && IsNoopInstruction(I));