struct GlobalNumberState::Config

Declaration

struct GlobalNumberState::Config : public ValueMapConfig { /* full declaration omitted */ };

Description

This class defines the default behavior for configurable aspects of ValueMap < >. User Configs should inherit from this class to be as compatible as possible with future versions of ValueMap.

Declared at: llvm/include/llvm/Transforms/Utils/FunctionComparator.h:55

Inherits from: ValueMapConfig