Searched refs:FnTree (Results 1 – 2 of 2) sorted by relevance
199 MergeFunctions() : FnTree(FunctionNodeCmp(&GlobalNumbers)) { in MergeFunctions()288 FnTreeType FnTree; member in __anon5184a3a50111::MergeFunctions459 LLVM_DEBUG(dbgs() << "size of FnTree: " << FnTree.size() << '\n'); in runOnModule()462 FnTree.clear(); in runOnModule()923 FnTree.insert(FunctionNode(NewFunction)); in insert()957 FnTree.erase(I->second); in remove()
173 ``FnTree`` – the set of all unique functions. It keeps items that couldn't be176 ``std::set<FunctionNode> FnTree;``183 ``FnTree`` already. Obviously, such functions should be rechecked again. In this184 case, we remove them from ``FnTree``, and mark them to be rescanned, namely197 insert it into *FnTree*: check whether *FCur* is equal to one of functions198 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 in662 ``FnTree``. *G* being equal to *F* will not be added to ``FnTree``. Calls of665 ``FnTree``, and analyzed again.[all …]