Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h57 enum InstrProfCorrelatorKind { CK_32Bit, CK_64Bit }; enum
58 InstrProfCorrelatorKind getKind() const { return Kind; } in getKind()
74 InstrProfCorrelator(InstrProfCorrelatorKind K, std::unique_ptr<Context> Ctx) in InstrProfCorrelator()
84 const InstrProfCorrelatorKind Kind;
118 InstrProfCorrelatorImpl(InstrProfCorrelatorKind Kind, in InstrProfCorrelatorImpl()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp110 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_32Bit, in InstrProfCorrelatorImpl()
115 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_64Bit, in InstrProfCorrelatorImpl()
119 return C->getKind() == InstrProfCorrelatorKind::CK_32Bit; in classof()
123 return C->getKind() == InstrProfCorrelatorKind::CK_64Bit; in classof()