Searched refs:WorkerFunctionState (Results 1 – 2 of 2) sorted by relevance
44 class WorkerFunctionState {50 WorkerFunctionState(CodeGenModule &CGM, SourceLocation Loc);64 void emitWorkerFunction(WorkerFunctionState &WST);67 void emitWorkerLoop(CodeGenFunction &CGF, WorkerFunctionState &WST);72 WorkerFunctionState &WST);
595 CGOpenMPRuntimeGPU::WorkerFunctionState::WorkerFunctionState( in WorkerFunctionState() function in CGOpenMPRuntimeGPU::WorkerFunctionState602 void CGOpenMPRuntimeGPU::WorkerFunctionState::createWorkerFunction( in createWorkerFunction()1076 WorkerFunctionState WST(CGM, D.getBeginLoc()); in emitNonSPMDKernel()1083 CGOpenMPRuntimeGPU::WorkerFunctionState &WST; in emitNonSPMDKernel()1087 CGOpenMPRuntimeGPU::WorkerFunctionState &WST) in emitNonSPMDKernel()1131 WorkerFunctionState &WST) { in emitNonSPMDEntryHeader()1325 void CGOpenMPRuntimeGPU::emitWorkerFunction(WorkerFunctionState &WST) { in emitWorkerFunction()1336 WorkerFunctionState &WST) { in emitWorkerLoop()