Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h955 virtual void emitForDispatchDeinit(CodeGenFunction &CGF, SourceLocation Loc);
1846 void emitForDispatchDeinit(CodeGenFunction &CGF, SourceLocation Loc) override;
H A DCGOpenMPRuntime.cpp2558 void CGOpenMPRuntime::emitForDispatchDeinit(CodeGenFunction &CGF, in emitForDispatchDeinit() function in CGOpenMPRuntime
12038 void CGOpenMPSIMDRuntime::emitForDispatchDeinit(CodeGenFunction &CGF, in emitForDispatchDeinit() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp3068 RT.emitForDispatchDeinit(*this, S.getBeginLoc()); in EmitOMPForOuterLoop()