Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1195 const bool IsPreLink = Phase != ThinOrFullLTOPhase::ThinLTOPostLink; in buildModuleSimplificationPipeline() local
1198 IsPreLink && PGOCtxProfLoweringPass::isCtxIRPGOInstrEnabled(); in buildModuleSimplificationPipeline()
1199 const bool IsPGOPreLink = !IsCtxProfGen && PGOOpt && IsPreLink; in buildModuleSimplificationPipeline()