Home
last modified time | relevance | path

Searched refs:ReturnSlotInterferesWithArgs (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h1219 bool ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI);
H A DCGBlocks.cpp1498 if (CGM.ReturnSlotInterferesWithArgs(fnInfo)) in GenerateBlockFunction()
H A DCGObjCMac.cpp2171 } else if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitMessageSend()
7297 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) { in EmitVTableMessageSend()
H A DCGCall.cpp1574 bool CodeGenModule::ReturnSlotInterferesWithArgs(const CGFunctionInfo &FI) { in ReturnSlotInterferesWithArgs() function in CodeGenModule