Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp352 std::map<std::vector<stable_hash>, ParamLocs> HashSeqToLocs; in computeParamInfo() local
375 HashSeqToLocs[ConstHashSeq].push_back(IndexPair); in computeParamInfo()
379 for (auto &[HashSeq, Locs] : HashSeqToLocs) in computeParamInfo()