Lines Matching defs:HasNoWait
530 Value *Flags = Builder.getInt64(KernelArgs.HasNoWait);
6609 if (Info.HasNoWait) {
6619 if (Info.HasNoWait) {
6629 bool RequiresOuterTargetTask = Info.HasNoWait;
6635 /*Dependencies=*/{}, Info.HasNoWait));
7117 bool HasNoWait) {
7235 OI.PostOutlineCB = [this, ToBeDeleted, Dependencies, HasNoWait,
7258 // If `HasNoWait == true`, we call @__kmpc_omp_target_task_alloc to provide
7261 bool NeedsTargetTask = HasNoWait && DeviceID;
7363 // HasNoWait - meaning the task may be deferred. Call
7412 bool HasNoWait = false) {
7424 bool RequiresOuterTargetTask = HasNoWait || HasDependencies;
7466 Dependencies, HasNoWait);
7549 DynCGGroupMem, HasNoWait);
7558 Dependencies, HasNoWait);