LLVM 22.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 174 of file GlobalMergeFunctions.cpp.
|
inline |
Definition at line 178 of file GlobalMergeFunctions.cpp.
References F, IndexInstruction, llvm::move(), and SF.
Function* FuncMergeInfo::F |
Definition at line 176 of file GlobalMergeFunctions.cpp.
Referenced by createMergedFunction(), createThunk(), and FuncMergeInfo().
IndexInstrMap* FuncMergeInfo::IndexInstruction |
Definition at line 177 of file GlobalMergeFunctions.cpp.
Referenced by createMergedFunction(), and FuncMergeInfo().
StableFunctionMap::StableFunctionEntry* FuncMergeInfo::SF |
Definition at line 175 of file GlobalMergeFunctions.cpp.
Referenced by FuncMergeInfo().