Implements a dense probed hash‐table based set.

Synopsis

Declared in <llvm/ADT/DenseSet.h>

template<
    typename ValueT,
    typename ValueInfoT = DenseMapInfo<ValueT>>
class DenseSet
    : public /* implementation-defined */

Base Classes

Name

Description

/* implementation-defined */

Using Declarations

Name

Description

Unnamed using

Inherit constructors from BaseT.

Non-Member Functions

Name

Description

getAssumptions

Return the set of all assumptions for the function F.

getAssumptions

Return the set of all assumptions for the call CB.

Created with MrDocs