Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp814 llvm::SmallDenseSet<Value, 8> sequentialLoops; in getComputationSliceState() local
820 &sequentialLoops); in getComputationSliceState()
831 if (sequentialLoops.count(iv) == 0 && in getComputationSliceState()
1044 llvm::SmallDenseSet<Value, 8> *sequentialLoops) { in getSequentialLoops() argument
1048 sequentialLoops->insert(innerFor.getInductionVar()); in getSequentialLoops()
/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h55 llvm::SmallDenseSet<Value, 8> *sequentialLoops);