Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h27 extern cl::opt<bool> DebugInfoCorrelate;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp73 cl::opt<bool> DebugInfoCorrelate( variable
1039 !DebugInfoCorrelate && ProfileCorrelate == InstrProfCorrelator::NONE && in lowerValueProfileInst()
1510 assert(!DebugInfoCorrelate && in getOrCreateVTableProfData()
1590 if ((DebugInfoCorrelate || in setupProfileSection()
1697 if (DebugInfoCorrelate || in getOrCreateRegionCounters()
1743 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createDataVariable()
H A DPGOInstrumentation.cpp403 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createIRLevelProfileFlagVar()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp129 return DebugInfoCorrelate || ProfileCorrelate != InstrProfCorrelator::NONE in getDefaultProfileGenName()