Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1332 ArrayRef<StorableBodyGenCallbackTy> SectionCBs,
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1581 ArrayRef<StorableBodyGenCallbackTy> SectionCBs, PrivatizeCallbackTy PrivCB, in createSections() argument
1634 for (auto SectionCB : SectionCBs) { in createSections()
1651 Value *UB = ConstantInt::get(I32Ty, SectionCBs.size()); in createSections()