Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp944 auto FiniCBWrapper = [&](InsertPointTy IP) { in createParallel() local
959 FinalizationStack.push_back({FiniCBWrapper, OMPD_parallel, IsCancellable}); in createParallel()
1499 auto FiniCBWrapper = [&](InsertPointTy IP) { in createSections() local
1519 FinalizationStack.push_back({FiniCBWrapper, OMPD_sections, IsCancellable}); in createSections()
1591 auto FiniCBWrapper = [&](InsertPointTy IP) { in createSection() local
1614 return EmitOMPInlinedRegion(OMPD, nullptr, nullptr, BodyGenCB, FiniCBWrapper, in createSection()