Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp224 using FnTreeType = std::set<FunctionNode, FunctionNodeCmp>; typedef in __anon602bf6380111::MergeFunctions
288 FnTreeType FnTree;
295 DenseMap<AssertingVH<Function>, FnTreeType::iterator> FNodesInTree;
875 FnTreeType::iterator IterToFNInFnTree = I->second; in replaceFunctionInTree()
905 std::pair<FnTreeType::iterator, bool> Result = in insert()