Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h186 omp::Directive CanceledDirective);
535 omp::Directive CanceledDirective);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp392 omp::Directive CanceledDirective) { in createCancel() argument
405 switch (CanceledDirective) { in createCancel()
422 emitCancelationCheckImpl(Result, CanceledDirective); in createCancel()
432 Value *CancelFlag, omp::Directive CanceledDirective) { in emitCancelationCheckImpl() argument
433 assert(isLastFinalizationInfoCancellable(CanceledDirective) && in emitCancelationCheckImpl()