Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp461 if (ValueToNumber.try_emplace(Arg, LocalValNumber).second) { in IRSimilarityCandidate()
468 if (ValueToNumber.try_emplace(ID->Inst, LocalValNumber).second) { in IRSimilarityCandidate()
484 if (ValueToNumber.try_emplace(BB, LocalValNumber).second) { in IRSimilarityCandidate()
657 unsigned OperValA = A.IRSC.ValueToNumber.find(*VItA)->second; in compareNonCommutativeOperandMapping()
658 unsigned OperValB = B.IRSC.ValueToNumber.find(*VItB)->second; in compareNonCommutativeOperandMapping()
693 ValueNumbersA.insert(A.IRSC.ValueToNumber.find(*VItA)->second); in compareCommutativeOperandMapping()
694 ValueNumbersB.insert(B.IRSC.ValueToNumber.find(*VItB)->second); in compareCommutativeOperandMapping()
700 if (!checkNumberingAndReplaceCommutative(A.IRSC.ValueToNumber, in compareCommutativeOperandMapping()
708 if (!checkNumberingAndReplaceCommutative(B.IRSC.ValueToNumber, in compareCommutativeOperandMapping()
790 if (A.ValueToNumber.size() != B.ValueToNumber.size()) in compareStructure()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h671 DenseMap<Value *, unsigned> ValueToNumber; variable
959 DenseMap<Value *, unsigned>::iterator VNIt = ValueToNumber.find(V); in getGVN()
960 if (VNIt == ValueToNumber.end()) in getGVN()