Searched refs:IndexPair (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StructuralHash.cpp | 39 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 D | StructuralHash.h | 46 using IndexPair = std::pair<unsigned, unsigned>; variable 52 using IndexOperandHashMapType = DenseMap<IndexPair, stable_hash>;
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | StableFunctionMap.cpp | 133 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 D | GlobalMergeFunctions.cpp | 303 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 D | PeepholeOptimizer.cpp | 591 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 D | GlobalMergeFunctions.h | 43 using ParamLocs = SmallVector<IndexPair, 4>;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | StableFunctionMap.h | 26 using IndexPairHash = std::pair<IndexPair, stable_hash>;
|