Searched refs:UsefulGEP (Results 1 – 1 of 1) sorted by relevance
3339 bool UsefulGEP = false; in depends() local3349 UsefulGEP = isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) && in depends()3353 unsigned Pairs = UsefulGEP ? SrcGEP->idx_end() - SrcGEP->idx_begin() : 1; in depends()3355 if (UsefulGEP) { in depends()3771 bool UsefulGEP = false; in getSplitIteration() local3778 UsefulGEP = isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) && in getSplitIteration()3782 unsigned Pairs = UsefulGEP ? SrcGEP->idx_end() - SrcGEP->idx_begin() : 1; in getSplitIteration()3784 if (UsefulGEP) { in getSplitIteration()