Lines Matching refs:InstrProfCorrelatorImpl
88 return InstrProfCorrelatorImpl<uint64_t>::get(std::move(*CtxOrErr), *Obj); in get()
90 return InstrProfCorrelatorImpl<uint32_t>::get(std::move(*CtxOrErr), *Obj); in get()
97 if (auto *C = dyn_cast<InstrProfCorrelatorImpl<uint32_t>>(this)) { in getDataSize()
99 } else if (auto *C = dyn_cast<InstrProfCorrelatorImpl<uint64_t>>(this)) { in getDataSize()
108 InstrProfCorrelatorImpl<uint32_t>::InstrProfCorrelatorImpl( in InstrProfCorrelatorImpl() function in llvm::InstrProfCorrelatorImpl
110 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_32Bit, in InstrProfCorrelatorImpl()
113 InstrProfCorrelatorImpl<uint64_t>::InstrProfCorrelatorImpl( in InstrProfCorrelatorImpl() function in llvm::InstrProfCorrelatorImpl
115 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_64Bit, in InstrProfCorrelatorImpl()
118 bool InstrProfCorrelatorImpl<uint32_t>::classof(const InstrProfCorrelator *C) { in classof()
122 bool InstrProfCorrelatorImpl<uint64_t>::classof(const InstrProfCorrelator *C) { in classof()
129 llvm::Expected<std::unique_ptr<InstrProfCorrelatorImpl<IntPtrT>>>
130 InstrProfCorrelatorImpl<IntPtrT>::get( in get()
144 Error InstrProfCorrelatorImpl<IntPtrT>::correlateProfileData() { in correlateProfileData()
159 void InstrProfCorrelatorImpl<IntPtrT>::addProbe(StringRef FunctionName, in addProbe()