Points-To Set Backends
include/Alias/PtsSet/ contains alternative data structures for representing
points-to sets inside alias analyses.
Backends in this tree:
DenseHashPtsSetfor hash-based storage.ChunkedSparseBitsetPtsSetandBloomBitsetPtsSetfor compact bitset variants.BDDAndersPtsSetfor a BDD-backed representation.
Some of these implementations are experimental or selectively wired into the current analyses, but the directory is the natural home for set-representation experiments.
See also Alias Analysis Components and Pointer Analysis Metrics.