Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp1455 Address ExecStatus = in emitWorkerLoop() local
1457 CGF.InitTempAlloca(ExecStatus, Bld.getInt8(/*C=*/0)); in emitWorkerLoop()
1465 Bld.CreateStore(Bld.CreateZExt(Ret, CGF.Int8Ty), ExecStatus); in emitWorkerLoop()
1475 Bld.CreateIsNotNull(Bld.CreateLoad(ExecStatus), "is_active"); in emitWorkerLoop()