Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10219 const bool OffloadingMandatory = !CGM.getLangOpts().OpenMPIsDevice && in emitTargetCall() local
10222 assert((OffloadingMandatory || OutlinedFn) && "Invalid outlined function!"); in emitTargetCall()
10240 &CS, OffloadingMandatory](CodeGenFunction &CGF) { in emitTargetCall()
10241 if (OffloadingMandatory) { in emitTargetCall()