Searched refs:CancelKind (Results 1 – 2 of 2) sorted by relevance
1062 Value *CancelKind = nullptr; in createCancel() local1066 CancelKind = Builder.getInt32(Value); \ in createCancel()1076 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancel()1113 Value *CancelKind = nullptr; in createCancellationPoint() local1117 CancelKind = Builder.getInt32(Value); \ in createCancellationPoint()1127 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancellationPoint()
5946 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local5948 CancelKind = CancelParallel; in getCancellationKind()5950 CancelKind = CancelLoop; in getCancellationKind()5952 CancelKind = CancelSections; in getCancellationKind()5955 CancelKind = CancelTaskgroup; in getCancellationKind()5957 return CancelKind; in getCancellationKind()