Searched refs:ItB (Results 1 – 3 of 3) sorted by relevance
37 auto ItB = B.begin(), EndB = B.end(); in disjoint() local38 while (ItA != EndA && ItB != EndB) { in disjoint()39 if (*ItA < *ItB) in disjoint()41 else if (*ItB < *ItA) in disjoint()42 ++ItB; in disjoint()
800 iterator ItB = B.begin(); in compareStructure() local810 ItA++, ItB++, Loc++) { in compareStructure()812 if (!isClose(*ItA, *ItB)) in compareStructure()816 Instruction *IB = ItB->Inst; in compareStructure()818 if (!ItA->Legal || !ItB->Legal) in compareStructure()823 ArrayRef<Value *> OperValsB = ItB->OperVals; in compareStructure()871 SmallVector<int, 4> &RelBlockLocsB = ItB->RelativeBlockLocations; in compareStructure()873 ArrayRef<Value *> BBL = ItB->getBlockOperVals(); in compareStructure()1261 auto ItB = IncludedGroupAndCandB.find(*IncludedGroupsA.begin()); in CheckLargerCands() local1262 Result = std::make_pair(ItA->second, ItB->second); in CheckLargerCands()
462 for (auto ItB = upward_defs_begin( in checkClobberSanity() local466 ItB != ItE; ++ItB) in checkClobberSanity()467 if (MSSA.getDomTree().isReachableFromEntry(ItB.getPhiArgBlock())) in checkClobberSanity()468 Worklist.emplace_back(*ItB); in checkClobberSanity()