Searched refs:CancelKind (Results 1 – 2 of 2) sorted by relevance
740 Value *CancelKind = nullptr; in createCancel() local744 CancelKind = Builder.getInt32(Value); \ in createCancel()754 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancel()
5893 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local5895 CancelKind = CancelParallel; in getCancellationKind()5897 CancelKind = CancelLoop; in getCancellationKind()5899 CancelKind = CancelSections; in getCancellationKind()5902 CancelKind = CancelTaskgroup; in getCancellationKind()5904 return CancelKind; in getCancellationKind()