Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp174 class FunctionNode { class
180 FunctionNode(Function *F) in FunctionNode() function in __anon1cd1fc5e0111::FunctionNode
213 bool operator()(const FunctionNode &LHS, const FunctionNode &RHS) const { in operator ()()
221 using FnTreeType = std::set<FunctionNode, FunctionNodeCmp>;
284 void replaceFunctionInTree(const FunctionNode &FN, Function *G);
872 void MergeFunctions::replaceFunctionInTree(const FunctionNode &FN, in replaceFunctionInTree()
913 FnTree.insert(FunctionNode(NewFunction)); in insert()
923 const FunctionNode &OldF = *Result.first; in insert()
/llvm-project-15.0.7/llvm/docs/
H A DMergeFunctions.rst176 ``std::set<FunctionNode> FnTree;``
178 Here ``FunctionNode`` is a wrapper for ``llvm::Function`` class, with