Home
last modified time | relevance | path

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

/llvm-project/polly/include/polly/
H A DMatmulOptimizer.h19 class Dependences; variable
H A DManualOptimizer.h24 class Dependences; variable
H A DDependenceInfo.h155 explicit Dependences(const std::shared_ptr<isl_ctx> &IslCtx, in Dependences() function
[all...]
/llvm-project/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp79 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 DIslAst.h32 class Dependences; variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp684 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 DVectorUtils.h685 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; global() variable
H A DLoopAccessAnalysis.h327 SmallVector<Dependence, 8> Dependences; global() variable
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp194 SetVector<DepChain *> Dependences; global() member in __anon464004470111::HexagonVectorLoopCarriedReuse
/llvm-project/polly/lib/Analysis/
H A DDependenceInfo.cpp656 isl::union_map Dependences = getDependences(TYPE_RAW | TYPE_WAW | TYPE_WAR); in isValidSchedule() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h114 SmallVector<DependData, 4> Dependences; member
/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3048 if (auto *Dependences = DepChecker->getDependences()) { print() local