Searched refs:ReturnSlotInterferesWithArgs (Results 1 – 4 of 4) sorted by relevance
1326 bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI);
1475 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction()
2175 } else if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitMessageSend()7266 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitVTableMessageSend()
1567 bool CodeGenModule::ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI) { in ReturnSlotInterferesWithArgs() function in CodeGenModule