Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp93 virtual void emitUntiedSwitch(CodeGenFunction & /*CGF*/) {} in emitUntiedSwitch() function in __anon7bb087080111::CGOpenMPRegionInfo
175 emitUntiedSwitch(CGF); in Enter()
178 void emitUntiedSwitch(CodeGenFunction &CGF) const { in emitUntiedSwitch() function in __anon7bb087080111::CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy
218 void emitUntiedSwitch(CodeGenFunction &CGF) override { in emitUntiedSwitch() function in __anon7bb087080111::CGOpenMPTaskOutlinedRegionInfo
219 Action.emitUntiedSwitch(CGF); in emitUntiedSwitch()
299 void emitUntiedSwitch(CodeGenFunction &CGF) override { in emitUntiedSwitch() function in __anon7bb087080111::CGOpenMPInlinedRegionInfo
301 OuterRegionInfo->emitUntiedSwitch(CGF); in emitUntiedSwitch()
2275 Region->emitUntiedSwitch(CGF); in emitTaskyieldCall()
4758 Region->emitUntiedSwitch(CGF); in emitTaskCall()
5866 Region->emitUntiedSwitch(CGF); in emitTaskwaitCall()
[all …]