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 |
|
Constructors |
Data Members
Name |
Description |
The name of the function. |
|
The combined stable hash of the function. |
|
A vector of pairs of IndexPair and operand hash which was skipped. |
|
The number of instructions. |
|
The name of the module the function is in. |
Created with MrDocs