Home
last modified time | relevance | path

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

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