Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/
H A DPass.h238 uint64_t structuralHash(Module &M) const;
242 virtual uint64_t structuralHash(Function &F) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp142 uint64_t Pass::structuralHash(Module &M) const { in structuralHash() function in Pass
146 uint64_t Pass::structuralHash(Function &F) const { in structuralHash() function in Pass
H A DLegacyPassManager.cpp1441 uint64_t RefHash = FP->structuralHash(F); in runOnFunction()
1446 if (!LocalChanged && (RefHash != FP->structuralHash(F))) { in runOnFunction()
1555 uint64_t RefHash = MP->structuralHash(M); in runOnModule()
1561 assert((LocalChanged || (RefHash == MP->structuralHash(M))) && in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp98 uint64_t RefHash = P->structuralHash(F); in runOnFunction()
103 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
H A DLoopPass.cpp193 uint64_t RefHash = P->structuralHash(F); in runOnFunction()
198 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
H A DCallGraphSCCPass.cpp465 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC()
475 if (!LocalChanged && (RefHash != P->structuralHash(CG.getModule()))) { in RunAllPassesOnSCC()