A stable function is a function with a stable hash while tracking the locations of ignored operands and their hashes.

Synopsis

Declared in <llvm/CGData/StableFunctionMap.h>

struct StableFunction;

Member Functions

Name

Description

StableFunction [constructor]

Constructors

Data Members

Name

Description

FunctionName

The name of the function.

Hash

The combined stable hash of the function.

IndexOperandHashes

A vector of pairs of IndexPair and operand hash which was skipped.

InstCount

The number of instructions.

ModuleName

The name of the module the function is in.

Created with MrDocs