Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp89 virtual void emitUntiedSwitch(CodeGenFunction & /*CGF*/) {} in emitUntiedSwitch() function in __anonad2d34460111::CGOpenMPRegionInfo
171 emitUntiedSwitch(CGF); in Enter()
174 void emitUntiedSwitch(CodeGenFunction &CGF) const { in emitUntiedSwitch() function in __anonad2d34460111::CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy
214 void emitUntiedSwitch(CodeGenFunction &CGF) override { in emitUntiedSwitch() function in __anonad2d34460111::CGOpenMPTaskOutlinedRegionInfo
215 Action.emitUntiedSwitch(CGF); in emitUntiedSwitch()
295 void emitUntiedSwitch(CodeGenFunction &CGF) override { in emitUntiedSwitch() function in __anonad2d34460111::CGOpenMPInlinedRegionInfo
297 OuterRegionInfo->emitUntiedSwitch(CGF); in emitUntiedSwitch()
2328 Region->emitUntiedSwitch(CGF); in emitTaskyieldCall()
5169 Region->emitUntiedSwitch(CGF); in emitTaskCall()
6248 Region->emitUntiedSwitch(CGF); in emitTaskwaitCall()
[all …]