Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp115 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_64Bit, in InstrProfCorrelatorImpl()
123 return C->getKind() == InstrProfCorrelatorKind::CK_64Bit; in classof()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h57 enum InstrProfCorrelatorKind { CK_32Bit, CK_64Bit }; enumerator