Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOCtxProfLowering.h22 static bool isContextualIRPGOEnabled();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp33 bool PGOCtxProfLoweringPass::isContextualIRPGOEnabled() { in isContextualIRPGOEnabled() function in PGOCtxProfLoweringPass
H A DPGOInstrumentation.cpp343 PGOCtxProfLoweringPass::isContextualIRPGOEnabled(); in shouldInstrumentEntryBB()
352 PGOCtxProfLoweringPass::isContextualIRPGOEnabled(); in isValueProfilingDisabled()
905 if (PGOCtxProfLoweringPass::isContextualIRPGOEnabled()) { in instrumentOneFunc()
1870 if (!IsCS && !PGOCtxProfLoweringPass::isContextualIRPGOEnabled()) in InstrumentAllFunctions()
2121 InstrumentFuncEntry |= PGOCtxProfLoweringPass::isContextualIRPGOEnabled(); in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1170 !(IsPGOInstrGen && PGOCtxProfLoweringPass::isContextualIRPGOEnabled()) && in buildModuleSimplificationPipeline()
1175 PGOCtxProfLoweringPass::isContextualIRPGOEnabled(); in buildModuleSimplificationPipeline()