Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp82 return hashGlobalValue(&GVar); in hashGlobalVariable()
105 return hashGlobalValue(&GVar); in hashGlobalVariable()
108 static stable_hash hashGlobalValue(const GlobalValue *GV) { in hashGlobalValue() function in __anon8dbff9370111::StructuralHashImpl
135 Hashes.emplace_back(hashGlobalValue(G)); in hashConstant()
169 auto H = hashGlobalValue(BA->getFunction()); in hashConstant()
175 auto H = hashGlobalValue(Equiv->getGlobalValue()); in hashConstant()