Searched refs:InstrProfCorrelatorKind (Results 1 – 2 of 2) sorted by relevance
62 enum InstrProfCorrelatorKind { CK_32Bit, CK_64Bit }; enum63 InstrProfCorrelatorKind getKind() const { return Kind; } in getKind()79 InstrProfCorrelator(InstrProfCorrelatorKind K, std::unique_ptr<Context> Ctx) in InstrProfCorrelator()107 const InstrProfCorrelatorKind Kind;144 InstrProfCorrelatorImpl(InstrProfCorrelatorKind Kind,
111 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_32Bit, in InstrProfCorrelatorImpl()116 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_64Bit, in InstrProfCorrelatorImpl()120 return C->getKind() == InstrProfCorrelatorKind::CK_32Bit; in classof()124 return C->getKind() == InstrProfCorrelatorKind::CK_64Bit; in classof()