Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp312 if (ValueToNumber.find(Arg) == ValueToNumber.end()) { in IRSimilarityCandidate()
313 ValueToNumber.try_emplace(Arg, LocalValNumber); in IRSimilarityCandidate()
320 if (ValueToNumber.find(ID->Inst) == ValueToNumber.end()) { in IRSimilarityCandidate()
321 ValueToNumber.try_emplace(ID->Inst, LocalValNumber); in IRSimilarityCandidate()
507 unsigned OperValA = A.IRSC.ValueToNumber.find(*VItA)->second; in compareNonCommutativeOperandMapping()
508 unsigned OperValB = B.IRSC.ValueToNumber.find(*VItB)->second; in compareNonCommutativeOperandMapping()
543 ValueNumbersA.insert(A.IRSC.ValueToNumber.find(*VItA)->second); in compareCommutativeOperandMapping()
544 ValueNumbersB.insert(B.IRSC.ValueToNumber.find(*VItB)->second); in compareCommutativeOperandMapping()
550 if (!checkNumberingAndReplaceCommutative(A.IRSC.ValueToNumber, in compareCommutativeOperandMapping()
558 if (!checkNumberingAndReplaceCommutative(B.IRSC.ValueToNumber, in compareCommutativeOperandMapping()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h488 DenseMap<Value *, unsigned> ValueToNumber; variable
596 DenseMap<Value *, unsigned>::iterator VNIt = ValueToNumber.find(V); in getGVN()
597 if (VNIt == ValueToNumber.end()) in getGVN()