Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DStructuralHash.cpp25 class StructuralHash { class
31 StructuralHash() = default;
72 uint64_t llvm::StructuralHash(const Function &F) { in StructuralHash() function in llvm
73 details::StructuralHash H; in StructuralHash()
78 uint64_t llvm::StructuralHash(const Module &M) { in StructuralHash() function in llvm
79 details::StructuralHash H; in StructuralHash()
H A DCMakeLists.txt56 StructuralHash.cpp
H A DLegacyPassManager.cpp1437 uint64_t RefHash = StructuralHash(F); in runOnFunction()
1442 if (!LocalChanged && (RefHash != StructuralHash(F))) { in runOnFunction()
1551 uint64_t RefHash = StructuralHash(M); in runOnModule()
1557 assert((LocalChanged || (RefHash == StructuralHash(M))) && in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DStructuralHash.h27 uint64_t StructuralHash(const Function &F);
28 uint64_t StructuralHash(const Module &M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPass.cpp96 uint64_t RefHash = StructuralHash(F); in runOnFunction()
101 if (!LocalChanged && (RefHash != StructuralHash(F))) { in runOnFunction()
H A DLoopPass.cpp196 uint64_t RefHash = StructuralHash(F); in runOnFunction()
201 if (!LocalChanged && (RefHash != StructuralHash(F))) { in runOnFunction()
H A DCallGraphSCCPass.cpp473 uint64_t RefHash = StructuralHash(CG.getModule()); in RunAllPassesOnSCC()
483 if (!LocalChanged && (RefHash != StructuralHash(CG.getModule()))) { in RunAllPassesOnSCC()
/netbsd-src/external/apache2/llvm/lib/libLLVMIR/
H A DMakefile65 StructuralHash.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/IR/
H A DBUILD.gn71 "StructuralHash.cpp",