Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h258 using DependenceList = SmallVector<std::unique_ptr<Dependence>, 1>;
282 DependenceList &Deps) const;
446 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies()
472 DependenceList Deps; in getDependenceString()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7276 llvm::Value *DependenceList = nullptr; in EmitOMPInteropDirective() local
7289 DependenceList = DependenciesArray.emitRawPointer(*this); in EmitOMPInteropDirective()
7314 Device, NumDependences, DependenceList, in EmitOMPInteropDirective()
7325 NumDependences, DependenceList, in EmitOMPInteropDirective()
7336 NumDependences, DependenceList, in EmitOMPInteropDirective()