Home
last modified time | relevance | path

Searched refs:RequiresOuterTask (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9380 bool RequiresOuterTask, const CapturedStmt &CS, in emitTargetCallFallback() argument
9385 if (RequiresOuterTask) { in emitTargetCallFallback()
9540 RequiresOuterTask, &CS, OffloadingMandatory, Device, in emitTargetCallKernelLaunch()
9597 if (RequiresOuterTask) in emitTargetCallKernelLaunch()
9607 bool RequiresOuterTask, const CapturedStmt &CS, in emitTargetCallElse() argument
9612 [&OMPRuntime, OutlinedFn, &D, &CapturedVars, RequiresOuterTask, &CS, in emitTargetCallElse()
9618 if (RequiresOuterTask) { in emitTargetCallElse()
9641 const bool RequiresOuterTask = in emitTargetCall() local
9672 [this, OutlinedFn, &D, &CapturedVars, RequiresOuterTask, &CS, in emitTargetCall()
10463 bool RequiresOuterTask = D.hasClausesOfKind<OMPDependClause>() || in emitTargetDataStandAloneCall() local
[all …]