Lines Matching refs:changed
141 bool changed = false; in fixupX86StructRetCalls() local
198 changed = true; in fixupX86StructRetCalls()
200 return changed; in fixupX86StructRetCalls()
216 bool changed = false; in fixupRSAllocationStructByValCalls() local
238 changed = true; in fixupRSAllocationStructByValCalls()
249 changed = true; in fixupRSAllocationStructByValCalls()
253 return changed; in fixupRSAllocationStructByValCalls()
264 bool changed = false; in fixupX86_64FunctionCalls() local
265 changed |= fixupX86StructRetCalls(module); in fixupX86_64FunctionCalls()
266 changed |= fixupRSAllocationStructByValCalls(module); in fixupX86_64FunctionCalls()
267 return changed; in fixupX86_64FunctionCalls()