Searched refs:ReturnSlotInterferesWithArgs (Results 1 – 4 of 4) sorted by relevance
1080 bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI);
1577 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction()
2133 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitMessageSend()7074 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitVTableMessageSend()
1511 bool CodeGenModule::ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI) { in ReturnSlotInterferesWithArgs() function in CodeGenModule