Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h186 omp::Directive CanceledDirective);
536 omp::Directive CanceledDirective,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp393 omp::Directive CanceledDirective) { in createCancel() argument
406 switch (CanceledDirective) { in createCancel()
421 auto ExitCB = [this, CanceledDirective, Loc](InsertPointTy IP) { in createCancel()
422 if (CanceledDirective == OMPD_parallel) { in createCancel()
432 emitCancelationCheckImpl(Result, CanceledDirective, ExitCB); in createCancel()
442 omp::Directive CanceledDirective, in emitCancelationCheckImpl() argument
444 assert(isLastFinalizationInfoCancellable(CanceledDirective) && in emitCancelationCheckImpl()