Searched refs:InstrProfCorrelatorKind (Results 1 – 2 of 2) sorted by relevance
57 enum InstrProfCorrelatorKind { CK_32Bit, CK_64Bit }; enum58 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()
110 : 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()