Searched refs:CancelKind (Results 1 – 2 of 2) sorted by relevance
5700 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local5702 CancelKind = CancelParallel; in getCancellationKind()5704 CancelKind = CancelLoop; in getCancellationKind()5706 CancelKind = CancelSections; in getCancellationKind()5709 CancelKind = CancelTaskgroup; in getCancellationKind()5711 return CancelKind; in getCancellationKind()
1002 Value *CancelKind = nullptr; in createCancel() local1006 CancelKind = Builder.getInt32(Value); \ in createCancel()1016 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancel()