Lines Matching refs:changed
147 bool changed = false; in fixupX86StructRetCalls() local
205 changed = true; in fixupX86StructRetCalls()
207 return changed; in fixupX86StructRetCalls()
223 bool changed = false; in fixupRSAllocationStructByValCalls() local
246 changed = true; in fixupRSAllocationStructByValCalls()
257 changed = true; in fixupRSAllocationStructByValCalls()
261 return changed; in fixupRSAllocationStructByValCalls()
273 bool changed = false; in fixupX86_64FunctionCalls() local
274 changed |= fixupX86StructRetCalls(module); in fixupX86_64FunctionCalls()
275 changed |= fixupRSAllocationStructByValCalls(module); in fixupX86_64FunctionCalls()
276 return changed; in fixupX86_64FunctionCalls()