Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2478 const Twine &Name, bool IsDependSource);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5629 const Twine &Name, bool IsDependSource) { in createOrderedDepend() argument
5663 if (IsDependSource) in createOrderedDepend()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5920 bool IsDependSource = ODK.isSource(C); in emitRestoreIP() local
5923 StoreValues, ".cnt.addr", IsDependSource)); in emitRestoreIP()