Searched refs:ValueProfileCollector (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.h1 //===- ValueProfileCollector.h - determine what to value profile ----------===//
9 // This file contains a utility class, ValueProfileCollector, that is used to
53 class ValueProfileCollector { class in namespace:llvm
61 ValueProfileCollector(Function &Fn);
62 ValueProfileCollector(ValueProfileCollector &&) = delete;
63 ValueProfileCollector &operator=(ValueProfileCollector &&) = delete;
65 ValueProfileCollector(const ValueProfileCollector
[all...]
H A DValueProfileCollector.cpp1 //===- ValueProfileCollector.cpp - determine what to value profile --------===//
9 // The implementation of the ValueProfileCollector via ValueProfileCollectorImpl
63 class ValueProfileCollector::ValueProfileCollectorImpl : public PluginChainFinal {
68 ValueProfileCollector::ValueProfileCollector(Function &F) function in class:ValueProfileCollector
71 ValueProfileCollector::~ValueProfileCollector() = default;
74 ValueProfileCollector::get(InstrProfValueKind Kind) const {
H A DPGOInstrumentation.cpp52 #include "ValueProfileCollector.h"
125 using VPCandidateInfo = ValueProfileCollector::CandidateInfo;
530 ValueProfileCollector VPC;
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile1432 SRCS_MIN+= Transforms/Instrumentation/ValueProfileCollector.cpp

Completed in 80 milliseconds