Searched refs:depComp (Results 1 – 1 of 1) sorted by relevance
476 DependenceComponent depComp = depComps[k]; in checkTilingLegalityImpl() local477 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() local1587 assert(depComp.lb.hasValue() && depComp.ub.hasValue()); in sinkSequentialLoops()1588 if (depComp.lb.getValue() != 0 || depComp.ub.getValue() != 0) in sinkSequentialLoops()