Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1878 const Twine &Name, bool IsDependSource);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4074 const Twine &Name, bool IsDependSource) { in createOrderedDepend() argument
4108 if (IsDependSource) in createOrderedDepend()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5866 bool IsDependSource = ODK.isSource(C); in emitRestoreIP() local
5869 StoreValues, ".cnt.addr", IsDependSource)); in emitRestoreIP()