Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/
H A DPass.h235 uint64_t structuralHash(Module &M) const;
239 virtual uint64_t structuralHash(Function &F) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPass.cpp142 uint64_t Pass::structuralHash(Module &M) const { return StructuralHash(M); } in structuralHash() function in Pass
144 uint64_t Pass::structuralHash(Function &F) const { return StructuralHash(F); } in structuralHash() function in Pass
H A DLegacyPassManager.cpp1428 uint64_t RefHash = FP->structuralHash(F); in runOnFunction()
1433 if (!LocalChanged && (RefHash != FP->structuralHash(F))) { in runOnFunction()
1542 uint64_t RefHash = MP->structuralHash(M); in runOnModule()
1548 assert((LocalChanged || (RefHash == MP->structuralHash(M))) && in runOnModule()
/openbsd-src/gnu/llvm/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.cpp464 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC()
474 if (!LocalChanged && (RefHash != P->structuralHash(CG.getModule()))) { in RunAllPassesOnSCC()