Searched refs:CanceledDirective (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 699 omp::Directive CanceledDirective); 708 const LocationDescription &Loc, omp::Directive CanceledDirective); 2083 omp::Directive CanceledDirective,
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1050 omp::Directive CanceledDirective) { in createCancel() argument 1063 switch (CanceledDirective) { in createCancel() 1079 auto ExitCB = [this, CanceledDirective, Loc](InsertPointTy IP) -> Error { in createCancel() 1080 if (CanceledDirective == OMPD_parallel) { in createCancel() 1093 if (Error Err = emitCancelationCheckImpl(Result, CanceledDirective, ExitCB)) in createCancel() 1105 omp::Directive CanceledDirective) { in createCancellationPoint() argument 1114 switch (CanceledDirective) { in createCancellationPoint() 1130 auto ExitCB = [this, CanceledDirective, Loc](InsertPointTy IP) -> Error { in createCancellationPoint() 1131 if (CanceledDirective == OMPD_parallel) { in createCancellationPoint() 1144 if (Error Err = emitCancelationCheckImpl(Result, CanceledDirective, ExitCB)) in createCancellationPoint() [all …]
|