Lines Matching defs:ItB
800 iterator ItB = B.begin();
810 ItA++, ItB++, Loc++) {
812 if (!isClose(*ItA, *ItB))
816 Instruction *IB = ItB->Inst;
818 if (!ItA->Legal || !ItB->Legal)
823 ArrayRef<Value *> OperValsB = ItB->OperVals;
871 SmallVector<int, 4> &RelBlockLocsB = ItB->RelativeBlockLocations;
873 ArrayRef<Value *> BBL = ItB->getBlockOperVals();
1261 auto ItB = IncludedGroupAndCandB.find(*IncludedGroupsA.begin());
1262 Result = std::make_pair(ItA->second, ItB->second);