Searched refs:ValueProfileCollector (Results 1 – 6 of 6) sorted by relevance
57 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();
61 class ValueProfileCollector::ValueProfileCollectorImpl : public PluginChainFinal {66 ValueProfileCollector::ValueProfileCollector(Function &F, in ValueProfileCollector() function in ValueProfileCollector70 ValueProfileCollector::~ValueProfileCollector() = default;73 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get()
1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =//12 // Each plugin must satisfy the interface described in ValueProfileCollector.cpp16 #include "ValueProfileCollector.h"22 using CandidateInfo = ValueProfileCollector::CandidateInfo;124 /// For now, registering a plugin with the ValueProfileCollector is done by
24 ValueProfileCollector.cpp
51 #include "ValueProfileCollector.h"130 using VPCandidateInfo = ValueProfileCollector::CandidateInfo;586 ValueProfileCollector VPC; in FuncPGOInstrumentation() 1241 ValueProfileCollector VPC; in setInstrumentedCounts()
39 "ValueProfileCollector.cpp",