Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp391 class FunctionNode { class
395 FunctionNode(Function *F) : F(F) {} in FunctionNode() function in __anon7fe985500111::FunctionNode
398 bool operator<(const FunctionNode &RHS) const { in operator <()
1075 typedef std::set<FunctionNode> FnTreeType;
1413 FnTree.insert(FunctionNode(NewFunction)); in insert()
1420 const FunctionNode &OldF = *Result.first; in insert()
1450 FnTreeType::iterator found = FnTree.find(FunctionNode(F)); in remove()
/external/llvm/docs/
DMergeFunctions.rst188 ``std::set<FunctionNode> FnTree;``
190 Here ``FunctionNode`` is a wrapper for ``llvm::Function`` class, with