Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1375 auto FiniCBWrapper = [&](InsertPointTy IP) { in createParallel() local
1390 FinalizationStack.push_back({FiniCBWrapper, OMPD_parallel, IsCancellable}); in createParallel()
1925 auto FiniCBWrapper = [&](InsertPointTy IP) { in createSections() local
1945 FinalizationStack.push_back({FiniCBWrapper, OMPD_sections, IsCancellable}); in createSections()
2017 auto FiniCBWrapper = [&](InsertPointTy IP) { in createSection() local
2040 return EmitOMPInlinedRegion(OMPD, nullptr, nullptr, BodyGenCB, FiniCBWrapper, in createSection()