Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h249 bool ForceSimpleCall = false) override;
H A DCGOpenMPRuntime.h873 bool ForceSimpleCall = false);
1817 bool ForceSimpleCall = false) override;
H A DCGOpenMPRuntime.cpp2347 bool ForceSimpleCall) { in emitBarrierCall() argument
2353 CGF.Builder, Kind, ForceSimpleCall, EmitChecks)); in emitBarrierCall()
2367 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
12027 bool ForceSimpleCall) { in emitBarrierCall() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h633 omp::Directive Kind, bool ForceSimpleCall = false,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp937 bool ForceSimpleCall, bool CheckCancelFlag) { in createBarrier() argument
973 !ForceSimpleCall && isLastFinalizationInfoCancellable(OMPD_parallel); in createBarrier()