Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4293 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective() local
4310 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective()
4313 *this, CriticalRegionBodyStmt, AllocaIP, CodeGenIP, "critical"); in EmitOMPCriticalDirective()