Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp476 DependenceComponent depComp = depComps[k]; in checkTilingLegalityImpl() local
477 if (depComp.lb.hasValue() && depComp.ub.hasValue() && in checkTilingLegalityImpl()
478 depComp.lb.getValue() < depComp.ub.getValue() && in checkTilingLegalityImpl()
479 depComp.ub.getValue() < 0) { in checkTilingLegalityImpl()
482 << Twine(depComp.lb.getValue()) in checkTilingLegalityImpl()
483 << " ub = " << Twine(depComp.ub.getValue()) in checkTilingLegalityImpl()
1586 DependenceComponent &depComp = depComps[j]; in sinkSequentialLoops() local
1587 assert(depComp.lb.hasValue() && depComp.ub.hasValue()); in sinkSequentialLoops()
1588 if (depComp.lb.getValue() != 0 || depComp.ub.getValue() != 0) in sinkSequentialLoops()