Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h553 DenseMap<Value *, unsigned>::iterator VNIt = ValueToNumber.find(V); in getGVN() local
554 if (VNIt == ValueToNumber.end()) in getGVN()
556 return VNIt->second; in getGVN()
564 DenseMap<unsigned, Value *>::iterator VNIt = NumberToValue.find(Num); in fromGVN() local
565 if (VNIt == NumberToValue.end()) in fromGVN()
567 assert(VNIt->second != nullptr && "Found value is a nullptr!"); in fromGVN()
568 return VNIt->second; in fromGVN()