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