Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2082 LLVM_ABI Error emitCancelationCheckImpl(Value *CancelFlag,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1041 if (Error Err = emitCancelationCheckImpl(Result, OMPD_parallel)) in createBarrier()
1093 if (Error Err = emitCancelationCheckImpl(Result, CanceledDirective, ExitCB)) in createCancel()
1144 if (Error Err = emitCancelationCheckImpl(Result, CanceledDirective, ExitCB)) in createCancellationPoint()
1248 Error OpenMPIRBuilder::emitCancelationCheckImpl( in emitCancelationCheckImpl() function in OpenMPIRBuilder