Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp165 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_32Bit, in InstrProfCorrelatorImpl()
174 return C->getKind() == InstrProfCorrelatorKind::CK_32Bit; in classof()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h68 enum InstrProfCorrelatorKind { CK_32Bit, CK_64Bit }; enumerator