Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h62 enum InstrProfCorrelatorKind { CK_32Bit, CK_64Bit }; enum
63 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,
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp111 : 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()