Searched refs:WorkerFunctionState (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h43 class WorkerFunctionState { class in class:clang::CodeGen::CGOpenMPRuntimeNVPTX
49 WorkerFunctionState(CodeGenModule &CGM, SourceLocation Loc);
63 void emitWorkerFunction(WorkerFunctionState &WST);
66 void emitWorkerLoop(CodeGenFunction &CGF, WorkerFunctionState &WST);
71 WorkerFunctionState &WST);
H A DCGOpenMPRuntimeNVPTX.cpp696 CGOpenMPRuntimeNVPTX::WorkerFunctionState::WorkerFunctionState( function in class:CGOpenMPRuntimeNVPTX::WorkerFunctionState
703 void CGOpenMPRuntimeNVPTX::WorkerFunctionState::createWorkerFunction(
1177 WorkerFunctionState WST(CGM, D.getBeginLoc());
1184 CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST;
1188 CGOpenMPRuntimeNVPTX::WorkerFunctionState &WST)
1232 WorkerFunctionState &WST) {
1422 void CGOpenMPRuntimeNVPTX::emitWorkerFunction(WorkerFunctionState &WST) {
1433 WorkerFunctionState &WST) {

Completed in 116 milliseconds