Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h252 bool ForceSimpleCall = false) override;
H A DCGOpenMPRuntime.h873 bool ForceSimpleCall = false);
1814 bool ForceSimpleCall = false) override;
H A DCGOpenMPRuntime.cpp2344 bool ForceSimpleCall) { in emitBarrierCall() argument
2350 CGF.Builder, Kind, ForceSimpleCall, EmitChecks)); in emitBarrierCall()
2364 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
11997 bool ForceSimpleCall) { in emitBarrierCall() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h606 bool ForceSimpleCall = false,
1421 omp::Directive DK, bool ForceSimpleCall,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp874 bool ForceSimpleCall, bool CheckCancelFlag) { in createBarrier() argument
877 return emitBarrierImpl(Loc, DK, ForceSimpleCall, CheckCancelFlag); in createBarrier()
882 bool ForceSimpleCall, bool CheckCancelFlag) { in emitBarrierImpl() argument
915 !ForceSimpleCall && isLastFinalizationInfoCancellable(OMPD_parallel); in emitBarrierImpl()