Searched refs:ItA (Results 1 – 2 of 2) sorted by relevance
36 auto ItA = A.begin(), EndA = A.end(); in disjoint() local38 while (ItA != EndA && ItB != EndB) { in disjoint()39 if (*ItA < *ItB) in disjoint()40 ++ItA; in disjoint()41 else if (*ItB < *ItA) in disjoint()
799 iterator ItA = A.begin(); in compareStructure() local810 ItA++, ItB++, Loc++) { in compareStructure()812 if (!isClose(*ItA, *ItB)) in compareStructure()815 Instruction *IA = ItA->Inst; in compareStructure()818 if (!ItA->Legal || !ItB->Legal) in compareStructure()822 ArrayRef<Value *> OperValsA = ItA->OperVals; in compareStructure()870 SmallVector<int, 4> &RelBlockLocsA = ItA->RelativeBlockLocations; in compareStructure()872 ArrayRef<Value *> ABL = ItA->getBlockOperVals(); in compareStructure()1260 auto ItA = IncludedGroupAndCandA.find(*IncludedGroupsA.begin()); in CheckLargerCands() local1262 Result = std::make_pair(ItA->second, ItB->second); in CheckLargerCands()