Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStructuralHash.h52 using IndexOperandHashMapType = DenseMap<IndexPair, stable_hash>; variable
66 std::unique_ptr<IndexOperandHashMapType> IndexOperandHashMap;
70 std::unique_ptr<IndexOperandHashMapType> IndexOperandHashMap) in FunctionHashInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DStableFunctionMap.h64 std::unique_ptr<IndexOperandHashMapType> IndexOperandHashMap;
69 std::unique_ptr<IndexOperandHashMapType> IndexOperandHashMap) in StableFunctionEntry()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp44 std::unique_ptr<IndexOperandHashMapType> IndexOperandHashMap = nullptr;
64 IndexOperandHashMap = std::make_unique<IndexOperandHashMapType>(); in StructuralHashImpl()
322 std::unique_ptr<IndexOperandHashMapType> getIndexPairOpndHashMap() { in getIndexPairOpndHashMap()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DStableFunctionMap.cpp85 auto IndexOperandHashMap = std::make_unique<IndexOperandHashMapType>(); in insert()
104 std::make_unique<IndexOperandHashMapType>(*Func->IndexOperandHashMap); in merge()
H A DStableFunctionMapRecord.cpp177 auto IndexOperandHashMap = std::make_unique<IndexOperandHashMapType>(); in deserialize()