Searched refs:ValueToNumber (Results 1 – 2 of 2) sorted by relevance
312 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 …]
488 DenseMap<Value *, unsigned> ValueToNumber; variable596 DenseMap<Value *, unsigned>::iterator VNIt = ValueToNumber.find(V); in getGVN()597 if (VNIt == ValueToNumber.end()) in getGVN()