Home
last modified time | relevance | path

Searched defs:Dependences (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp568 const SmallVectorImpl<Dependence> &Dependences) { in MemoryInstructionDependences()
618 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp636 const SmallVectorImpl<Dependence> &Dependences) { in MemoryInstructionDependences()
690 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h641 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; variable
DLoopAccessAnalysis.h301 SmallVector<Dependence, 8> Dependences; variable
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h99 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp289 SetVector<DepChain *> Dependences; member in __anonf4d33e9d0111::HexagonVectorLoopCarriedReuse
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h304 SmallVector<Dependence, 8> Dependences; variable
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1946 if (auto *Dependences = DepChecker->getDependences()) { in print() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2375 if (auto *Dependences = DepChecker->getDependences()) { in print() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp898 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; member in __anon4a4ec4140111::InterleavedAccessInfo