Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACCLoop.cpp133 ActiveOpenACCLoopRAII activeLoop{*this, &op}; in emitOpenACCLoopConstruct()
H A DCIRGenFunction.h1230 struct ActiveOpenACCLoopRAII { struct
1234 ActiveOpenACCLoopRAII(CIRGenFunction &cgf, mlir::acc::LoopOp *newOp) in ActiveOpenACCLoopRAII() argument
1238 ~ActiveOpenACCLoopRAII() { cgf.activeLoopOp = oldLoopOp; } in ~ActiveOpenACCLoopRAII() argument
H A DCIRGenStmtOpenACC.cpp98 ActiveOpenACCLoopRAII activeLoop{*this, &loopOp}; in emitOpenACCOpCombinedConstruct()