Searched refs:EqualVNs (Results 1 – 2 of 2) sorted by relevance
750 SmallVector<SmallPtrSet<VNInfo *, 8>, 8> EqualVNs(Parent->getNumValNums()); in computeRedundantBackCopies() local758 EqualVNs[ParentVNI->id].insert(VNI); in computeRedundantBackCopies()767 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()769 for (; It1 != EqualVNs[ParentVNI->id].end(); ++It1) { in computeRedundantBackCopies()771 for (++It2; It2 != EqualVNs[ParentVNI->id].end(); ++It2) { in computeRedundantBackCopies()
951 SmallVector<SmallPtrSet<VNInfo *, 8>, 8> EqualVNs(Parent->getNumValNums()); in computeRedundantBackCopies() local959 EqualVNs[ParentVNI->id].insert(VNI); in computeRedundantBackCopies()968 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies()970 for (; It1 != EqualVNs[ParentVNI->id].end(); ++It1) { in computeRedundantBackCopies()972 for (++It2; It2 != EqualVNs[ParentVNI->id].end(); ++It2) { in computeRedundantBackCopies()