Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp199 MergeFunctions() : FnTree(FunctionNodeCmp(&GlobalNumbers)) { in MergeFunctions()
288 FnTreeType FnTree; member in __anon1cd1fc5e0111::MergeFunctions
459 LLVM_DEBUG(dbgs() << "size of FnTree: " << FnTree.size() << '\n'); in runOnModule()
462 FnTree.clear(); in runOnModule()
913 FnTree.insert(FunctionNode(NewFunction)); in insert()
947 FnTree.erase(I->second); in remove()
/llvm-project-15.0.7/llvm/docs/
H A DMergeFunctions.rst176 ``std::set<FunctionNode> FnTree;``
184 case, we remove them from ``FnTree``, and mark them to be rescanned, namely
197 insert it into *FnTree*: check whether *FCur* is equal to one of functions
198 in *FnTree*. If there *is* an equal function in *FnTree*
200 the function from the *worklist* to *FnTree*.
661 Operation affects ``FnTree`` contents with next way: *F* will stay in
662 ``FnTree``. *G* being equal to *F* will not be added to ``FnTree``. Calls of
665 ``FnTree``, and analyzed again.
697 in ``FnTree``. Try to combine these two goals.
708 this procedure. We remove callers from ``FnTree``, method with name
[all …]