Searched refs:UsefulGEP (Results 1 – 1 of 1) sorted by relevance
3332 bool UsefulGEP = false; in depends() local3342 UsefulGEP = isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) && in depends()3346 unsigned Pairs = UsefulGEP ? SrcGEP->idx_end() - SrcGEP->idx_begin() : 1; in depends()3348 if (UsefulGEP) { in depends()3766 bool UsefulGEP = false; in getSplitIteration() local3773 UsefulGEP = isLoopInvariant(SrcPtrSCEV, LI->getLoopFor(Src->getParent())) && in getSplitIteration()3777 unsigned Pairs = UsefulGEP ? SrcGEP->idx_end() - SrcGEP->idx_begin() : 1; in getSplitIteration()3779 if (UsefulGEP) { in getSplitIteration()