Home
last modified time | relevance | path

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

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