Home
last modified time | relevance | path

Searched refs:ProfileCorrelate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp79 cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate( variable
1039 !DebugInfoCorrelate && ProfileCorrelate == InstrProfCorrelator::NONE && in lowerValueProfileInst()
1591 ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) && in setupProfileSection()
1698 ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) { in getOrCreateRegionCounters()
1743 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createDataVariable()
1846 if (ProfileCorrelate == InstrProfCorrelator::BINARY) { in createDataVariable()
1960 ProfileCorrelate == InstrProfCorrelator::BINARY in emitNameData()
H A DPGOInstrumentation.cpp338 extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate;
403 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createIRLevelProfileFlagVar()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp122 extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate;
129 return DebugInfoCorrelate || ProfileCorrelate != InstrProfCorrelator::NONE in getDefaultProfileGenName()