Searched defs:Dependences (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h304 SmallVector<Dependence, 8> Dependences; member in class:llvm::MemoryDepChecker
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp684 auto *Dependences = LAI.getDepChecker().getDependences(); local
552 MemoryInstructionDependences( const SmallVectorImpl<Instruction *> &Instructions, const SmallVectorImpl<Dependence> &Dependences) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1915 Dependences; local
H A DCGOpenMPRuntime.cpp2755 emitTaskCall( CodeGenFunction &CGF, SourceLocation Loc, const OMPExecutableDirective &D, bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final, llvm::Value *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, ArrayRef<const Expr *> PrivateVars, ArrayRef<const Expr *> PrivateCopies, ArrayRef<const Expr *> FirstprivateVars, ArrayRef<const Expr *> FirstprivateCopies, ArrayRef<const Expr *> FirstprivateInits, ArrayRef<std::pair<OpenMPDependClauseKind, const Expr *>> Dependences) argument

Completed in 61 milliseconds