Home
last modified time | relevance | path

Searched refs:FuncMergeInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp170 struct FuncMergeInfo { struct
174 FuncMergeInfo(StableFunctionMap::StableFunctionEntry *SF, Function *F, in FuncMergeInfo() argument
182 static Function *createMergedFunction(FuncMergeInfo &FI, in createMergedFunction()
247 static void createThunk(FuncMergeInfo &FI, ArrayRef<Constant *> Params, in createThunk()
406 SmallVector<FuncMergeInfo> FuncMergeInfos; in merge()