Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h617 omp::Directive CanceledDirective);
1391 omp::Directive CanceledDirective,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp932 omp::Directive CanceledDirective) { in createCancel() argument
945 switch (CanceledDirective) { in createCancel()
961 auto ExitCB = [this, CanceledDirective, Loc](InsertPointTy IP) { in createCancel()
962 if (CanceledDirective == OMPD_parallel) { in createCancel()
972 emitCancelationCheckImpl(Result, CanceledDirective, ExitCB); in createCancel()
1073 omp::Directive CanceledDirective, in emitCancelationCheckImpl() argument
1075 assert(isLastFinalizationInfoCancellable(CanceledDirective) && in emitCancelationCheckImpl()