Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1062 Value *CancelKind = nullptr; in createCancel() local
1066 CancelKind = Builder.getInt32(Value); \ in createCancel()
1076 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancel()
1113 Value *CancelKind = nullptr; in createCancellationPoint() local
1117 CancelKind = Builder.getInt32(Value); \ in createCancellationPoint()
1127 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancellationPoint()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5946 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local
5948 CancelKind = CancelParallel; in getCancellationKind()
5950 CancelKind = CancelLoop; in getCancellationKind()
5952 CancelKind = CancelSections; in getCancellationKind()
5955 CancelKind = CancelTaskgroup; in getCancellationKind()
5957 return CancelKind; in getCancellationKind()