Searched refs:depComp (Results 1 – 1 of 1) sorted by relevance
406 DependenceComponent depComp = depComps[k]; in checkTilingLegalityImpl() local407 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() local1575 assert(depComp.lb.has_value() && depComp.ub.has_value()); in sinkSequentialLoops()1576 if (depComp.lb.value() != 0 || depComp.ub.value() != 0) in sinkSequentialLoops()