LLVM 20.0.0git
|
Tuple to hold function info to process merging. More...
Public Member Functions | |
FuncMergeInfo (StableFunctionMap::StableFunctionEntry *SF, Function *F, IndexInstrMap *IndexInstruction) | |
Public Attributes | |
StableFunctionMap::StableFunctionEntry * | SF |
Function * | F |
IndexInstrMap * | IndexInstruction |
Tuple to hold function info to process merging.
Definition at line 200 of file GlobalMergeFunctions.cpp.
|
inline |
Definition at line 204 of file GlobalMergeFunctions.cpp.
Function* FuncMergeInfo::F |
Definition at line 202 of file GlobalMergeFunctions.cpp.
Referenced by createMergedFunction(), and createThunk().
IndexInstrMap* FuncMergeInfo::IndexInstruction |
Definition at line 203 of file GlobalMergeFunctions.cpp.
Referenced by createMergedFunction().
StableFunctionMap::StableFunctionEntry* FuncMergeInfo::SF |
Definition at line 201 of file GlobalMergeFunctions.cpp.