Lines Matching defs:BodyGenCB
1796 auto BodyGenCB = [&, this](InsertPointTy AllocaIP,
1807 OMPBuilder.createParallel(Builder, AllocaIP, BodyGenCB, PrivCB, FiniCB,
4246 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP,
4254 Builder.restoreIP(OMPBuilder.createSection(Builder, BodyGenCB, FiniCB));
4327 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP,
4335 Builder.restoreIP(OMPBuilder.createMaster(Builder, BodyGenCB, FiniCB));
4373 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP,
4382 OMPBuilder.createMasked(Builder, BodyGenCB, FiniCB, FilterVal));
4413 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP,
4422 Builder, BodyGenCB, FiniCB, S.getDirectiveName().getAsString(),
5376 auto BodyGenCB = [&, this](InsertPointTy AllocaIP,
5384 Builder.restoreIP(OMPBuilder.createTaskgroup(Builder, AllocaIP, BodyGenCB));
5951 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP,
5976 OMPBuilder.createOrderedThreadsSimd(Builder, BodyGenCB, FiniCB, !C));