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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp177 class FunctionNode { class in namespace:__anon2599
183 FunctionNode(Function *F) function in class:__anon2599::FunctionNode
216 bool operator()(const FunctionNode &LHS, const FunctionNode &RHS) const {
224 using FnTreeType = std::set<FunctionNode, FunctionNodeCmp>;
284 void replaceFunctionInTree(const FunctionNode &FN, Function *G);
290 // Map functions to the iterators of the FunctionNode which contains them
294 // there is exactly one mapping F -> FN for each FunctionNode FN in FnTree.
865 void MergeFunctions::replaceFunctionInTree(const FunctionNode &FN,
906 FnTree.insert(FunctionNode(NewFunctio
[all...]

Completed in 61 milliseconds