Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DInstrProfCorrelator.cpp116 : InstrProfCorrelatorImpl(InstrProfCorrelatorKind::CK_64Bit, in InstrProfCorrelatorImpl()
124 return C->getKind() == InstrProfCorrelatorKind::CK_64Bit; in classof()
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DInstrProfCorrelator.h62 enum InstrProfCorrelatorKind { CK_32Bit, CK_64Bit }; enumerator