Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Driver/
H A DCodeGenOptions.cpp15 extern llvm::cl::opt<bool> DebugInfoCorrelate;
67 return llvm::DebugInfoCorrelate || in getDefaultProfileGenName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h29 LLVM_ABI extern cl::opt<bool> DebugInfoCorrelate;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp74 cl::opt<bool> DebugInfoCorrelate( variable
1050 !DebugInfoCorrelate && ProfileCorrelate == InstrProfCorrelator::NONE && in lowerValueProfileInst()
1507 assert(!DebugInfoCorrelate && in getOrCreateVTableProfData()
1587 if ((DebugInfoCorrelate || in setupProfileSection()
1694 if (DebugInfoCorrelate || in getOrCreateRegionCounters()
1740 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createDataVariable()
H A DPGOInstrumentation.cpp461 if (DebugInfoCorrelate || ProfileCorrelate == InstrProfCorrelator::DEBUG_INFO) in createIRLevelProfileFlagVar()