Searched refs:CancelKind (Results 1 – 4 of 4) sorted by relevance
241 Value *CancelKind = nullptr; in CreateCancel() local245 CancelKind = Builder.getInt32(Value); \ in CreateCancel()254 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in CreateCancel()
362 Value *CancelKind = nullptr; in createCancel() local366 CancelKind = Builder.getInt32(Value); \ in createCancel()375 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in createCancel()
4655 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local4657 CancelKind = CancelParallel; in getCancellationKind()4659 CancelKind = CancelLoop; in getCancellationKind()4661 CancelKind = CancelSections; in getCancellationKind()4664 CancelKind = CancelTaskgroup; in getCancellationKind()4666 return CancelKind; in getCancellationKind()
6227 RTCancelKind CancelKind = CancelNoreq; in getCancellationKind() local6229 CancelKind = CancelParallel; in getCancellationKind()6231 CancelKind = CancelLoop; in getCancellationKind()6233 CancelKind = CancelSections; in getCancellationKind()6236 CancelKind = CancelTaskgroup; in getCancellationKind()6238 return CancelKind; in getCancellationKind()