Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2698 ArrayRef<StorableBodyGenCallbackTy> SectionCBs,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2201 ArrayRef<StorableBodyGenCallbackTy> SectionCBs, PrivatizeCallbackTy PrivCB, in createSections() argument
2250 for (auto SectionCB : SectionCBs) { in createSections()
2269 Value *UB = ConstantInt::get(I32Ty, SectionCBs.size()); in createSections()