Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1364 Address ExecStatus = in emitWorkerLoop() local
1366 CGF.InitTempAlloca(ExecStatus, Bld.getInt8(/*C=*/0)); in emitWorkerLoop()
1375 Bld.CreateStore(Bld.CreateZExt(Ret, CGF.Int8Ty), ExecStatus); in emitWorkerLoop()
1385 Bld.CreateIsNotNull(Bld.CreateLoad(ExecStatus), "is_active"); in emitWorkerLoop()