Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp948 for (auto SectionCB : SectionCBs) { in createSections() local
953 SectionCB(InsertPointTy(), Builder.saveIP(), *ForExitBB); in createSections()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3837 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
3845 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()
3848 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() local
3855 SectionCBVector.push_back(SectionCB); in EmitOMPSectionsDirective()