Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h977 void emitCancelationCheckImpl(Value *CancelFlag,
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp720 emitCancelationCheckImpl(Result, OMPD_parallel); in emitBarrierImpl()
768 emitCancelationCheckImpl(Result, CanceledDirective, ExitCB); in createCancel()
842 void OpenMPIRBuilder::emitCancelationCheckImpl(Value *CancelFlag, in emitCancelationCheckImpl() function in OpenMPIRBuilder