Home
last modified time | relevance | path

Searched refs:DebugInfoCorrelate (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h27 extern cl::opt<bool> DebugInfoCorrelate;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp69 cl::opt<bool> DebugInfoCorrelate( variable
809 !DebugInfoCorrelate && ProfileCorrelate == InstrProfCorrelator::NONE && in lowerValueProfileInst()
1234 if ((DebugInfoCorrelate || in setupProfileSection()
1357 if (DebugInfoCorrelate || in getOrCreateRegionCounters()
1403 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createDataVariable()
H A DPGOInstrumentation.cpp381 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createIRLevelProfileFlagVar()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp118 return DebugInfoCorrelate || ProfileCorrelate != InstrProfCorrelator::NONE in getDefaultProfileGenName()