Home
last modified time | relevance | path

Searched refs:ItA (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h36 auto ItA = A.begin(), EndA = A.end(); in disjoint() local
38 while (ItA != EndA && ItB != EndB) { in disjoint()
39 if (*ItA < *ItB) in disjoint()
40 ++ItA; in disjoint()
41 else if (*ItB < *ItA) in disjoint()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp799 iterator ItA = A.begin(); in compareStructure() local
810 ItA++, ItB++, Loc++) { in compareStructure()
812 if (!isClose(*ItA, *ItB)) in compareStructure()
815 Instruction *IA = ItA->Inst; in compareStructure()
818 if (!ItA->Legal || !ItB->Legal) in compareStructure()
822 ArrayRef<Value *> OperValsA = ItA->OperVals; in compareStructure()
870 SmallVector<int, 4> &RelBlockLocsA = ItA->RelativeBlockLocations; in compareStructure()
872 ArrayRef<Value *> ABL = ItA->getBlockOperVals(); in compareStructure()
1260 auto ItA = IncludedGroupAndCandA.find(*IncludedGroupsA.begin()); in CheckLargerCands() local
1262 Result = std::make_pair(ItA->second, ItB->second); in CheckLargerCands()