Searched defs:BodyGenCB (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 883 BodyGenCallbackTy BodyGenCB, PrivatizeCallbackTy PrivCB, in createParallel() 1553 BodyGenCallbackTy BodyGenCB) { in createTaskgroup() 1675 BodyGenCallbackTy BodyGenCB, in createSection() 1885 BodyGenCallbackTy BodyGenCB, in createMaster() 1910 BodyGenCallbackTy BodyGenCB, in createMasked() 2001 LoopBodyGenCallbackTy BodyGenCB, in createCanonicalLoop() 2030 const LocationDescription &Loc, LoopBodyGenCallbackTy BodyGenCB, in createCanonicalLoop() 3420 const LocationDescription &Loc, BodyGenCallbackTy BodyGenCB, in createSingle() 3462 const LocationDescription &Loc, BodyGenCallbackTy BodyGenCB, in createCritical() 3543 const LocationDescription &Loc, BodyGenCallbackTy BodyGenCB, in createOrderedThreadsSimd() [all …]
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1773 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective() local 4201 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective() local 4282 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective() local 4328 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMaskedDirective() local 4368 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective() local 5285 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPTaskgroupDirective() local 5854 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP, in EmitOMPOrderedDirective() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 969 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() local 1008 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() local
|