Searched refs:ItB (Results 1 – 2 of 2) sorted by relevance
342 iterator ItB = B.begin(); in compareStructure() local357 ItA++, ItB++, Loc++) { in compareStructure()359 if (!isClose(*ItA, *ItB)) in compareStructure()363 Instruction *IB = ItB->Inst; in compareStructure()365 if (!ItA->Legal || !ItB->Legal) in compareStructure()370 ArrayRef<Value *> OperValsB = ItB->OperVals; in compareStructure()
473 for (auto ItB = upward_defs_begin( in checkClobberSanity() local477 ItB != ItE; ++ItB) in checkClobberSanity()478 if (MSSA.getDomTree().isReachableFromEntry(ItB.getPhiArgBlock())) in checkClobberSanity()479 Worklist.emplace_back(*ItB); in checkClobberSanity()