HomeSort by: relevance | last modified time | path
    Searched refs:RefHash (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
RegionPass.cpp 96 uint64_t RefHash = StructuralHash(F);
101 if (!LocalChanged && (RefHash != StructuralHash(F))) {
LoopPass.cpp 196 uint64_t RefHash = StructuralHash(F);
201 if (!LocalChanged && (RefHash != StructuralHash(F))) {
CallGraphSCCPass.cpp 473 uint64_t RefHash = StructuralHash(CG.getModule());
483 if (!LocalChanged && (RefHash != StructuralHash(CG.getModule()))) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LegacyPassManager.cpp 1437 uint64_t RefHash = StructuralHash(F);
1442 if (!LocalChanged && (RefHash != StructuralHash(F))) {
1551 uint64_t RefHash = StructuralHash(M);
1557 assert((LocalChanged || (RefHash == StructuralHash(M))) &&

Completed in 104 milliseconds