Home
last modified time | relevance | path

Searched refs:ItB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h37 auto ItB = B.begin(), EndB = B.end(); in disjoint() local
38 while (ItA != EndA && ItB != EndB) { in disjoint()
39 if (*ItA < *ItB) in disjoint()
41 else if (*ItB < *ItA) in disjoint()
42 ++ItB; in disjoint()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp800 iterator ItB = B.begin(); in compareStructure() local
810 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() local
1262 Result = std::make_pair(ItA->second, ItB->second); in CheckLargerCands()
H A DMemorySSA.cpp462 for (auto ItB = upward_defs_begin( in checkClobberSanity() local
466 ItB != ItE; ++ItB) in checkClobberSanity()
467 if (MSSA.getDomTree().isReachableFromEntry(ItB.getPhiArgBlock())) in checkClobberSanity()
468 Worklist.emplace_back(*ItB); in checkClobberSanity()