Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp454 class FunctionNode { class
459 FunctionNode(Function *F) in FunctionNode() function in __anon7fe985500111::FunctionNode
1370 bool operator()(const FunctionNode &LHS, const FunctionNode &RHS) const { in operator ()()
1378 typedef std::set<FunctionNode, FunctionNodeCmp> FnTreeType;
1422 void replaceFunctionInTree(const FunctionNode &FN, Function *G);
1769 void MergeFunctions::replaceFunctionInTree(const FunctionNode &FN, in replaceFunctionInTree()
1792 FnTree.insert(FunctionNode(NewFunction)); in insert()
1801 const FunctionNode &OldF = *Result.first; in insert()
/external/llvm/docs/
DMergeFunctions.rst188 ``std::set<FunctionNode> FnTree;``
190 Here ``FunctionNode`` is a wrapper for ``llvm::Function`` class, with