Searched refs:CorrelateKind (Results 1 – 1 of 1) sorted by relevance
921 ProfCorrelatorKind CorrelateKind = ProfCorrelatorKind::NONE; in mergeInstrProfile() local924 CorrelateKind = ProfCorrelatorKind::DEBUG_INFO; in mergeInstrProfile()927 CorrelateKind = ProfCorrelatorKind::BINARY; in mergeInstrProfile()931 if (CorrelateKind != InstrProfCorrelator::NONE) { in mergeInstrProfile()932 if (auto Err = InstrProfCorrelator::get(CorrelateFilename, CorrelateKind) in mergeInstrProfile()