Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h644 omp::Directive CanceledDirective);
1977 omp::Directive CanceledDirective,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp990 omp::Directive CanceledDirective) { in createCancel() argument
1003 switch (CanceledDirective) { in createCancel()
1019 auto ExitCB = [this, CanceledDirective, Loc](InsertPointTy IP) { in createCancel()
1020 if (CanceledDirective == OMPD_parallel) { in createCancel()
1030 emitCancelationCheckImpl(Result, CanceledDirective, ExitCB); in createCancel()
1131 omp::Directive CanceledDirective, in emitCancelationCheckImpl() argument
1133 assert(isLastFinalizationInfoCancellable(CanceledDirective) && in emitCancelationCheckImpl()