Home
last modified time | relevance | path

Searched refs:ProfCorrelatorKind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp58 ProfCorrelatorKind FileKind) { in get()
94 InstrProfCorrelator::get(StringRef Filename, ProfCorrelatorKind FileKind) { in get()
130 ProfCorrelatorKind FileKind) { in get()
187 const object::ObjectFile &Obj, ProfCorrelatorKind FileKind) { in get()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp49 using ProfCorrelatorKind = InstrProfCorrelator::ProfCorrelatorKind; typedef
921 ProfCorrelatorKind CorrelateKind = ProfCorrelatorKind::NONE; in mergeInstrProfile()
924 CorrelateKind = ProfCorrelatorKind::DEBUG_INFO; in mergeInstrProfile()
927 CorrelateKind = ProfCorrelatorKind::BINARY; in mergeInstrProfile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp122 extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp79 cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate(
H A DPGOInstrumentation.cpp338 extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate;