Home
last modified time | relevance | path

Searched defs:DependenceComponent (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineAnalysis.h139 struct DependenceComponent { struct
146 DependenceComponent() : lb(llvm::None), ub(llvm::None) {} in DependenceComponent() argument
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp409 SmallVector<DependenceComponent, 2> *dependenceComponents) { in computeDirectionVector()
597 SmallVector<DependenceComponent, 2> *dependenceComponents, bool allowRAR) { in checkMemrefAccessDependence()
666 std::vector<SmallVector<DependenceComponent, 2>> *depCompsVec) { in getDependenceComponents()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1418 const std::vector<SmallVector<DependenceComponent, 2>> &depCompsVec, in checkLoopInterchangeDependences()