Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMap.cpp144 const auto &SHash = SF->IndexOperandHashMap->at(Pair); in removeIdenticalIndexPair() local
145 if (Hash != SHash) { in removeIdenticalIndexPair()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp365 auto SHash = SF->IndexOperandHashMap->at(IndexPair); in computeParamInfo() local
366 if (Hash != SHash) in computeParamInfo()
368 ConstHashSeq.push_back(SHash); in computeParamInfo()