Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStructuralHash.cpp39 for (auto &[IndexPair, OpndHash] : *FuncHashInfo.IndexOperandHashMap) { in run()
40 auto [InstIndex, OpndIndex] = IndexPair; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStructuralHash.h46 using IndexPair = std::pair<unsigned, unsigned>; variable
52 using IndexOperandHashMapType = DenseMap<IndexPair, stable_hash>;
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMap.cpp133 using ParamLocs = SmallVector<IndexPair>;
139 SmallVector<IndexPair> ToDelete; in removeIdenticalIndexPair()
177 for (auto &[IndexPair, Hash] : *SF->IndexOperandHashMap) in isProfitable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp303 const DenseMap<IndexPair, stable_hash> &OldInstOpndIndexToConstHash, in checkConstHashCompatible() argument
304 const DenseMap<IndexPair, stable_hash> &CurrInstOpndIndexToConstHash) { in checkConstHashCompatible()
356 for (auto &[IndexPair, Hash] : *RSF.IndexOperandHashMap) { in computeParamInfo()
365 auto SHash = SF->IndexOperandHashMap->at(IndexPair); in computeParamInfo()
375 HashSeqToLocs[ConstHashSeq].push_back(IndexPair); in computeParamInfo()
H A DPeepholeOptimizer.cpp591 using IndexPair = std::pair<unsigned, unsigned>; typedef in __anon776574090111::RecurrenceInstr
598 std::optional<IndexPair> getCommutePair() const { return CommutePair; } in getCommutePair()
602 std::optional<IndexPair> CommutePair;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGlobalMergeFunctions.h43 using ParamLocs = SmallVector<IndexPair, 4>;
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h26 using IndexPairHash = std::pair<IndexPair, stable_hash>;