Searched refs:RefHash (Results 1 – 21 of 21) sorted by relevance
1 package Tie::RefHash; # git description: Tie-RefHash-1.39-10-g2cfa4bd245 Tie::RefHash::Nestable;
12 use Tie::RefHash;
32 use Tie::RefHash;
19 use Tie::RefHash;
27 use Tie::RefHash;
98 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local103 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
193 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local198 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
464 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC() local474 if (!LocalChanged && (RefHash != P->structuralHash(CG.getModule()))) { in RunAllPassesOnSCC()
1428 uint64_t RefHash = FP->structuralHash(F); in runOnFunction() local1433 if (!LocalChanged && (RefHash != FP->structuralHash(F))) { in runOnFunction()1542 uint64_t RefHash = MP->structuralHash(M); in runOnModule() local1548 assert((LocalChanged || (RefHash == MP->structuralHash(M))) && in runOnModule()
68 require Tie::RefHash;
9 use Tie::RefHash; # To cache subroutine refs348 tie %Is_fatalised_sub, 'Tie::RefHash';
1167 C<Tie::RefHash::Nestable>, by Edward Avis, allows storing hash1168 references (unlike the standard Tie::RefHash) The module is contained1169 within Tie::RefHash. See L<Tie::RefHash>.
945 The standard Tie::RefHash module provides a convenient workaround to this.
489 L<Tie::RefHash> has been upgraded from version 1.39 to 1.40.
835 =item C<Tie::RefHash>
993 C<Tie::RefHash> upgraded to version 1.38
912 Tie/RefHash.pm Base class for tied hashes with references as keys
472 =item Tie::RefHash474 Now supports Tie::RefHash::Nestable to automagically tie hashref values.
1285 =item C<Tie::RefHash>
2070 L<Tie::RefHash> has been upgraded from version 1.38 to 1.39.
2542 each hash entry, you can use the Tie::RefHash module, which does the