Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1187 auto subBlockStart = it; in walk() local
1190 if (it != subBlockStart) in walk()
1191 subBlocks.emplace_back(subBlockStart, std::prev(it)); in walk()