Lines Matching refs:modified
56 bool modified = false;
62 modified = ScanFunctions();
63 return (modified ? Status::SuccessWithChange : Status::SuccessWithoutChange);
70 bool modified = false;
75 return modified;
87 modified = true;
120 return modified;
176 bool modified = false;
182 if (ReplaceMultiplyByPowerOf2(&inst)) modified = true;
190 return modified;