Searched refs:ReturnSlotInterferesWithArgs (Results 1 – 4 of 4) sorted by relevance
1407 bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI);
1507 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction()
2087 } else if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitMessageSend()7175 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitVTableMessageSend()
1664 bool CodeGenModule::ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI) { in ReturnSlotInterferesWithArgs() function in CodeGenModule