Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h237 omp::Directive CanceledDirective);
830 omp::Directive CanceledDirective,
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp707 omp::Directive CanceledDirective) { in createCancel() argument
720 switch (CanceledDirective) { in createCancel()
736 auto ExitCB = [this, CanceledDirective, Loc](InsertPointTy IP) { in createCancel()
737 if (CanceledDirective == OMPD_parallel) { in createCancel()
747 emitCancelationCheckImpl(Result, CanceledDirective, ExitCB); in createCancel()
827 omp::Directive CanceledDirective, in emitCancelationCheckImpl() argument
829 assert(isLastFinalizationInfoCancellable(CanceledDirective) && in emitCancelationCheckImpl()