Home
last modified time | relevance | path

Searched defs:NumDependences (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5832 createOMPInteropInit(const LocationDescription & Loc,Value * InteropVar,omp::OMPInteropType InteropType,Value * Device,Value * NumDependences,Value * DependenceAddress,bool HaveNowaitClause) createOMPInteropInit() argument
5861 createOMPInteropDestroy(const LocationDescription & Loc,Value * InteropVar,Value * Device,Value * NumDependences,Value * DependenceAddress,bool HaveNowaitClause) createOMPInteropDestroy() argument
5888 createOMPInteropUse(const LocationDescription & Loc,Value * InteropVar,Value * Device,Value * NumDependences,Value * DependenceAddress,bool HaveNowaitClause) createOMPInteropUse() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7038 llvm::Value *NumDependences = nullptr; EmitOMPInteropDirective() local