Lines Matching defs:ItB
796 iterator ItB = B.begin();
806 ItA++, ItB++, Loc++) {
808 if (!isClose(*ItA, *ItB))
812 Instruction *IB = ItB->Inst;
814 if (!ItA->Legal || !ItB->Legal)
819 ArrayRef<Value *> OperValsB = ItB->OperVals;
867 SmallVector<int, 4> &RelBlockLocsB = ItB->RelativeBlockLocations;
869 ArrayRef<Value *> BBL = ItB->getBlockOperVals();
1257 auto ItB = IncludedGroupAndCandB.find(*IncludedGroupsA.begin());
1258 Result = std::make_pair(ItA->second, ItB->second);