Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp462 if (!ValueToNumber.contains(Arg)) { in IRSimilarityCandidate()
463 ValueToNumber.try_emplace(Arg, LocalValNumber); in IRSimilarityCandidate()
470 if (!ValueToNumber.contains(ID->Inst)) { in IRSimilarityCandidate()
471 ValueToNumber.try_emplace(ID->Inst, LocalValNumber); in IRSimilarityCandidate()
487 if (ValueToNumber.contains(BB)) in IRSimilarityCandidate()
490 ValueToNumber.try_emplace(BB, LocalValNumber); in IRSimilarityCandidate()
662 unsigned OperValA = A.IRSC.ValueToNumber.find(*VItA)->second; in compareNonCommutativeOperandMapping()
663 unsigned OperValB = B.IRSC.ValueToNumber.find(*VItB)->second; in compareNonCommutativeOperandMapping()
698 ValueNumbersA.insert(A.IRSC.ValueToNumber.find(*VItA)->second); in compareCommutativeOperandMapping()
699 ValueNumbersB.insert(B.IRSC.ValueToNumber.find(*VItB)->second); in compareCommutativeOperandMapping()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h672 DenseMap<Value *, unsigned> ValueToNumber; variable
960 DenseMap<Value *, unsigned>::iterator VNIt = ValueToNumber.find(V); in getGVN()
961 if (VNIt == ValueToNumber.end()) in getGVN()