Searched refs:ReturnSlotInterferesWithArgs (Results 1 – 4 of 4) sorted by relevance
967 bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI);
1182 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction()
1922 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitMessageSend()6768 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitVTableMessageSend()
1427 bool CodeGenModule::ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI) { in ReturnSlotInterferesWithArgs() function in CodeGenModule