Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp406 DependenceComponent depComp = depComps[k]; in checkTilingLegalityImpl() local
407 if (depComp.lb.has_value() && depComp.ub.has_value() && in checkTilingLegalityImpl()
408 depComp.lb.value() < depComp.ub.value() && in checkTilingLegalityImpl()
409 depComp.ub.value() < 0) { in checkTilingLegalityImpl()
412 << Twine(depComp.lb.value()) in checkTilingLegalityImpl()
413 << " ub = " << Twine(depComp.ub.value()) in checkTilingLegalityImpl()
1574 DependenceComponent &depComp = depComps[j]; in sinkSequentialLoops() local
1575 assert(depComp.lb.has_value() && depComp.ub.has_value()); in sinkSequentialLoops()
1576 if (depComp.lb.value() != 0 || depComp.ub.value() != 0) in sinkSequentialLoops()