Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/ !
H A DCGStmtOpenMP.cpp4321 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective() local
4327 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective()
4330 *this, MasterRegionBodyStmt, AllocaIP, CodeGenIP, "master"); in EmitOMPMasterDirective()