Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h175 bool ForceSimpleCall = false,
547 omp::Directive DK, bool ForceSimpleCall,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h302 bool ForceSimpleCall = false) override;
H A DCGOpenMPRuntime.h1061 bool ForceSimpleCall = false);
2042 bool ForceSimpleCall = false) override;
H A DCGOpenMPRuntime.cpp2566 bool ForceSimpleCall) { in emitBarrierCall() argument
2572 CGF.Builder, Kind, ForceSimpleCall, EmitChecks)); in emitBarrierCall()
2586 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
12667 bool ForceSimpleCall) { in emitBarrierCall() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp336 bool ForceSimpleCall, bool CheckCancelFlag) { in createBarrier() argument
339 return emitBarrierImpl(Loc, DK, ForceSimpleCall, CheckCancelFlag); in createBarrier()
344 bool ForceSimpleCall, bool CheckCancelFlag) { in emitBarrierImpl() argument
375 !ForceSimpleCall && isLastFinalizationInfoCancellable(OMPD_parallel); in emitBarrierImpl()