Lines Matching refs:FiniCB
1710 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective() local
1744 OMPBuilder.createParallel(Builder, AllocaIP, BodyGenCB, PrivCB, FiniCB, in EmitOMPParallelDirective()
3801 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionsDirective() local
3850 Builder, AllocaIP, SectionCBVector, PrivCB, FiniCB, S.hasCancel(), in EmitOMPSectionsDirective()
3875 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionDirective() local
3889 Builder.restoreIP(OMPBuilder.createSection(Builder, BodyGenCB, FiniCB)); in EmitOMPSectionDirective()
3958 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMasterDirective() local
3972 Builder.restoreIP(OMPBuilder.createMaster(Builder, BodyGenCB, FiniCB)); in EmitOMPMasterDirective()
4006 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMaskedDirective() local
4021 OMPBuilder.createMasked(Builder, BodyGenCB, FiniCB, FilterVal)); in EmitOMPMaskedDirective()
4048 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPCriticalDirective() local
4063 Builder, BodyGenCB, FiniCB, S.getDirectiveName().getAsString(), in EmitOMPCriticalDirective()