Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp635 const SmallVectorImpl<Dependence> &Dependences) { in MemoryInstructionDependences()
691 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h305 SmallVector<Dependence, 8> Dependences; variable
H A DVectorUtils.h813 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp194 SetVector<DepChain *> Dependences; member in __anon7e23d25f0111::HexagonVectorLoopCarriedReuse
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h116 SmallVector<DependData, 4> Dependences; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2222 if (auto *Dependences = DepChecker->getDependences()) { in print() local