Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp61 class ValueProfileCollector::ValueProfileCollectorImpl : public PluginChainFinal {
66 ValueProfileCollector::ValueProfileCollector(Function &F, in ValueProfileCollector() function in ValueProfileCollector
70 ValueProfileCollector::~ValueProfileCollector() = default;
73 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"
22 using CandidateInfo = ValueProfileCollector::CandidateInfo;
94 /// For now, registering a plugin with the ValueProfileCollector is done by
H A DPGOInstrumentation.cpp129 using VPCandidateInfo = ValueProfileCollector::CandidateInfo;
514 ValueProfileCollector VPC;
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1794 SRCS_MIN+= Transforms/Instrumentation/ValueProfileCollector.cpp