/llvm-project/polly/include/polly/ |
H A D | MatmulOptimizer.h | 19 class Dependences; variable
|
H A D | ManualOptimizer.h | 24 class Dependences; variable
|
H A D | DependenceInfo.h | 155 explicit Dependences(const std::shared_ptr<isl_ctx> &IslCtx, in Dependences() function [all...] |
/llvm-project/polly/lib/Transform/ |
H A D | MaximalStaticExpansion.cpp | 79 isl::union_map &Dependences; member in __anon1add5aa90111::MaximalStaticExpansionImpl 92 isl::union_map filterDependences(const isl::union_map &Dependences, in filterDependences() argument 290 const isl::union_map &Dependences, ScopArrayInf in mapAccess() argument 401 expandPhi(Scop & S,const ScopArrayInfo * SAI,const isl::union_map & Dependences) expandPhi() argument 412 MaximalStaticExpansionImpl(Scop & S,isl::union_map & Dependences,OptimizationRemarkEmitter & ORE) MaximalStaticExpansionImpl() argument 465 auto Dependences = D.getDependences(Dependences::TYPE_RAW); runMaximalStaticExpansion() local [all...] |
/llvm-project/polly/include/polly/CodeGen/ |
H A D | IslAst.h | 32 class Dependences; variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 684 if (!Dependences || Dependences->empty()) in processLoop() local 627 MemoryInstructionDependences(const SmallVectorImpl<Instruction * > & Instructions,const SmallVectorImpl<Dependence> & Dependences) MemoryInstructionDependences() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | VectorUtils.h | 685 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; global() variable
|
H A D | LoopAccessAnalysis.h | 327 SmallVector<Dependence, 8> Dependences; global() variable
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 194 SetVector<DepChain *> Dependences; global() member in __anon464004470111::HexagonVectorLoopCarriedReuse
|
/llvm-project/polly/lib/Analysis/ |
H A D | DependenceInfo.cpp | 656 isl::union_map Dependences = getDependences(TYPE_RAW | TYPE_WAW | TYPE_WAR); in isValidSchedule() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 114 SmallVector<DependData, 4> Dependences; member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 3048 if (auto *Dependences = DepChecker->getDependences()) { print() local
|