Searched refs:InstrProfCorrelatorImpl (Results 1 – 3 of 3) sorted by relevance
141 return InstrProfCorrelatorImpl<uint64_t>::get(std::move(*CtxOrErr), *Obj, in get()144 return InstrProfCorrelatorImpl<uint32_t>::get(std::move(*CtxOrErr), *Obj, in get()152 if (auto *C = dyn_cast<InstrProfCorrelatorImpl<uint32_t>>(this)) { in getDataSize()154 } else if (auto *C = dyn_cast<InstrProfCorrelatorImpl<uint64_t>>(this)) { in getDataSize()163 InstrProfCorrelatorImpl<uint32_t>::InstrProfCorrelatorImpl( in InstrProfCorrelatorImpl() function in llvm::InstrProfCorrelatorImpl165 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_32Bit, in InstrProfCorrelatorImpl()168 InstrProfCorrelatorImpl<uint64_t>::InstrProfCorrelatorImpl( in InstrProfCorrelatorImpl() function in llvm::InstrProfCorrelatorImpl170 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_64Bit, in InstrProfCorrelatorImpl()173 bool InstrProfCorrelatorImpl<uint32_t>::classof(const InstrProfCorrelator *C) { in classof()177 bool InstrProfCorrelatorImpl<uint64_t>::classof(const InstrProfCorrelator *C) { in classof()[all …]
123 /// InstrProfCorrelatorImpl - A child of InstrProfCorrelator with a template126 class InstrProfCorrelatorImpl : public InstrProfCorrelator {128 InstrProfCorrelatorImpl(std::unique_ptr<InstrProfCorrelator::Context> Ctx);140 static llvm::Expected<std::unique_ptr<InstrProfCorrelatorImpl<IntPtrT>>>166 InstrProfCorrelatorImpl(InstrProfCorrelatorKind Kind,172 /// DwarfInstrProfCorrelator - A child of InstrProfCorrelatorImpl that takes175 class DwarfInstrProfCorrelator : public InstrProfCorrelatorImpl<IntPtrT> {179 : InstrProfCorrelatorImpl<IntPtrT>(std::move(Ctx)),226 /// BinaryInstrProfCorrelator - A child of InstrProfCorrelatorImpl that229 class BinaryInstrProfCorrelator : public InstrProfCorrelatorImpl<IntPtr[all...]
316 const InstrProfCorrelatorImpl<IntPtrT> *Correlator;356 Correlator(dyn_cast_or_null<const InstrProfCorrelatorImpl<IntPtrT>>( in RawInstrProfReader()