A cache of ephemeral values within a function.

Synopsis

Declared in <llvm/Analysis/EphemeralValuesCache.h>

class EphemeralValuesCache;

Member Functions

Name

Description

EphemeralValuesCache [constructor]

Construct an ephemeral‐values cache for F using AC.

clear

Clear the cached ephemeral values for the function.

ephValues

Access the set of ephemeral values currently tracked for this function.

Created with MrDocs