Home
last modified time | relevance | path

Searched refs:sequentialLoops (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h57 llvm::SmallDenseSet<Value, 8> *sequentialLoops);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1102 llvm::SmallDenseSet<Value, 8> sequentialLoops; in getComputationSliceState() local
1108 &sequentialLoops); in getComputationSliceState()
1127 if (sequentialLoops.count(iv) == 0 && in getComputationSliceState()
1349 llvm::SmallDenseSet<Value, 8> *sequentialLoops) { in getSequentialLoops() argument
1353 sequentialLoops->insert(innerFor.getInductionVar()); in getSequentialLoops()