Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp553 typedef DenseSet<ComparableFunction> FnSetType; typedef in __anonc4a247fc0311::MergeFunctions
592 FnSetType FnSet;
812 std::pair<FnSetType::iterator, bool> Result = FnSet.insert(NewF); in insert()