Searched defs:BodyGenCB (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1347 BodyGenCallbackTy BodyGenCB, PrivatizeCallbackTy PrivCB, in createParallel() 1780 InsertPointTy AllocaIP, BodyGenCallbackTy BodyGenCB, in createTask() 2032 BodyGenCallbackTy BodyGenCB) { in createTaskgroup() 2154 BodyGenCallbackTy BodyGenCB, in createSection() 3755 BodyGenCallbackTy BodyGenCB, in createMaster() 3780 BodyGenCallbackTy BodyGenCB, in createMasked() 3871 LoopBodyGenCallbackTy BodyGenCB, in createCanonicalLoop() 3900 const LocationDescription &Loc, LoopBodyGenCallbackTy BodyGenCB, in createCanonicalLoop() 5527 const LocationDescription &Loc, BodyGenCallbackTy BodyGenCB, in createSingle() 5592 const LocationDescription &Loc, BodyGenCallbackTy BodyGenCB, in createCritical() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1796 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective() local 4246 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective() local 4327 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective() local 4373 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMaskedDirective() local 4413 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective() local 5376 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPTaskgroupDirective() local 5951 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP, in EmitOMPOrderedDirective() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 1076 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() local 1115 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() local
|