Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp96 virtual void emitUntiedSwitch(CodeGenFunction & /*CGF*/) {} in emitUntiedSwitch() function in __anon93cce0fb0111::CGOpenMPRegionInfo
178 emitUntiedSwitch(CGF); in Enter()
181 void emitUntiedSwitch(CodeGenFunction &CGF) const { in emitUntiedSwitch() function in __anon93cce0fb0111::CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy
221 void emitUntiedSwitch(CodeGenFunction &CGF) override { in emitUntiedSwitch() function in __anon93cce0fb0111::CGOpenMPTaskOutlinedRegionInfo
222 Action.emitUntiedSwitch(CGF); in emitUntiedSwitch()
302 void emitUntiedSwitch(CodeGenFunction &CGF) override { in emitUntiedSwitch() function in __anon93cce0fb0111::CGOpenMPInlinedRegionInfo
304 OuterRegionInfo->emitUntiedSwitch(CGF); in emitUntiedSwitch()
2107 Region->emitUntiedSwitch(CGF); in emitTaskyieldCall()
4574 Region->emitUntiedSwitch(CGF); in emitTaskCall()
5673 Region->emitUntiedSwitch(CGF); in emitTaskwaitCall()
[all …]