Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.h77 class ValueProfileCollectorImpl;
78 std::unique_ptr<ValueProfileCollectorImpl> PImpl;
H A DValueProfileCollector.cpp61 class ValueProfileCollector::ValueProfileCollectorImpl : public PluginChainFinal { class in ValueProfileCollector
68 : PImpl(new ValueProfileCollectorImpl(F, TLI)) {} in ValueProfileCollector()
H A DValueProfilePlugins.inc9 // This file contains a set of plugin classes used in ValueProfileCollectorImpl.