Searched refs:DependenceList (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 257 using DependenceList = SmallVector<std::unique_ptr<Dependence>, 1>; 281 DependenceList &Deps) const; 442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies() 468 DependenceList Deps; in getDependenceString()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 7057 llvm::Value *DependenceList = nullptr; in EmitOMPInteropDirective() local 7070 DependenceList = DependenciesArray.emitRawPointer(*this); in EmitOMPInteropDirective() 7095 Device, NumDependences, DependenceList, in EmitOMPInteropDirective() 7106 NumDependences, DependenceList, in EmitOMPInteropDirective() 7117 NumDependences, DependenceList, in EmitOMPInteropDirective()
|