Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp556 auto FiniCBWrapper = [&](InsertPointTy IP) { in createParallel() local
571 FinalizationStack.push_back({FiniCBWrapper, OMPD_parallel, IsCancellable}); in createParallel()
900 auto FiniCBWrapper = [&](InsertPointTy IP) { in createSections() local
920 FinalizationStack.push_back({FiniCBWrapper, OMPD_sections, IsCancellable}); in createSections()
997 auto FiniCBWrapper = [&](InsertPointTy IP) { in createSection() local
1020 return EmitOMPInlinedRegion(OMPD, nullptr, nullptr, BodyGenCB, FiniCBWrapper, in createSection()