Home
last modified time | relevance | path

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

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