Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp40 auto GetStringIdx = [Deduplicator = StringMap<uint32_t>(), in getMethodBatch()
42 auto [I, Inserted] = Deduplicator.try_emplace(S); in getMethodBatch()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4248 SCEVSequentialMinMaxDeduplicatingVisitor Deduplicator(*this, Kind); in getSequentialMinMaxExpr() local
4249 bool Changed = Deduplicator.visit(Kind, Ops, Ops); in getSequentialMinMaxExpr()