Home
last modified time | relevance | path

Searched refs:InstrProfCorrelatorKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h73 enum InstrProfCorrelatorKind { CK_32Bit, CK_64Bit }; enum
74 InstrProfCorrelatorKind getKind() const { return Kind; } in getKind()
97 InstrProfCorrelator(InstrProfCorrelatorKind K, std::unique_ptr<Context> Ctx) in InstrProfCorrelator()
125 const InstrProfCorrelatorKind Kind;
171 InstrProfCorrelatorImpl(InstrProfCorrelatorKind Kind,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp189 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_32Bit, in InstrProfCorrelatorImpl()
194 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_64Bit, in InstrProfCorrelatorImpl()
198 return C->getKind() == InstrProfCorrelatorKind::CK_32Bit; in classof()
202 return C->getKind() == InstrProfCorrelatorKind::CK_64Bit; in classof()