Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4218 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective() local
4224 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective()
4227 *this, MasterRegionBodyStmt, AllocaIP, CodeGenIP, "master"); in EmitOMPMasterDirective()