Home
last modified time | relevance | path

Searched defs:RefHash (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp98 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local
H A DLoopPass.cpp193 uint64_t RefHash = P->structuralHash(F); runOnFunction() local
H A DCallGraphSCCPass.cpp465 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1441 uint64_t RefHash = FP->structuralHash(F); runOnFunction() local
1555 uint64_t RefHash = MP->structuralHash(M); runOnModule() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp657 using RefHash = std::hash<RegisterRef>; in computePhiInfo() typedef