LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
FuncMergeInfo Struct Reference

Tuple to hold function info to process merging. More...

Public Member Functions

 FuncMergeInfo (StableFunctionMap::StableFunctionEntry *SF, Function *F, IndexInstrMap *IndexInstruction)
 

Public Attributes

StableFunctionMap::StableFunctionEntrySF
 
FunctionF
 
IndexInstrMapIndexInstruction
 

Detailed Description

Tuple to hold function info to process merging.

Definition at line 200 of file GlobalMergeFunctions.cpp.

Constructor & Destructor Documentation

◆ FuncMergeInfo()

FuncMergeInfo::FuncMergeInfo ( StableFunctionMap::StableFunctionEntry SF,
Function F,
IndexInstrMap IndexInstruction 
)
inline

Definition at line 204 of file GlobalMergeFunctions.cpp.

Member Data Documentation

◆ F

Function* FuncMergeInfo::F

Definition at line 202 of file GlobalMergeFunctions.cpp.

Referenced by createMergedFunction(), and createThunk().

◆ IndexInstruction

IndexInstrMap* FuncMergeInfo::IndexInstruction

Definition at line 203 of file GlobalMergeFunctions.cpp.

Referenced by createMergedFunction().

◆ SF

Definition at line 201 of file GlobalMergeFunctions.cpp.


The documentation for this struct was generated from the following file: