Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.h57 class ValueProfileCollector {
65 ValueProfileCollector(Function &Fn, TargetLibraryInfo &TLI);
66 ValueProfileCollector(ValueProfileCollector &&) = delete;
67 ValueProfileCollector &operator=(ValueProfileCollector &&) = delete;
69 ValueProfileCollector(const ValueProfileCollector &) = delete;
70 ValueProfileCollector &operator=(const ValueProfileCollector &) = delete;
71 ~ValueProfileCollector();
H A DValueProfileCollector.cpp64 class ValueProfileCollector::ValueProfileCollectorImpl : public PluginChainFinal {
69 ValueProfileCollector::ValueProfileCollector(Function &F, in ValueProfileCollector() function in ValueProfileCollector
73 ValueProfileCollector::~ValueProfileCollector() = default;
76 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get()
H A DValueProfilePlugins.inc1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =//
12 // Each plugin must satisfy the interface described in ValueProfileCollector.cpp
16 #include "ValueProfileCollector.h"
21 using CandidateInfo = ValueProfileCollector::CandidateInfo;
93 /// For now, registering a plugin with the ValueProfileCollector is done by
H A DCMakeLists.txt18 ValueProfileCollector.cpp
H A DPGOInstrumentation.cpp125 using VPCandidateInfo = ValueProfileCollector::CandidateInfo;
571 ValueProfileCollector VPC;
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
H A DBUILD.gn30 "ValueProfileCollector.cpp",
/netbsd/external/apache2/llvm/lib/libLLVMInstrumentation/
H A DMakefile27 ValueProfileCollector.cpp