Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassBuilder.cpp447 if (Phase != ThinLTOPhase::PreLink || in buildFunctionSimplificationPipeline()
620 Phase == ThinLTOPhase::PreLink)); in buildModuleSimplificationPipeline()
623 if (Phase != ThinLTOPhase::PreLink) in buildModuleSimplificationPipeline()
703 if (Phase == ThinLTOPhase::PreLink && in buildModuleSimplificationPipeline()
723 if (EnableHotColdSplit && Phase != ThinLTOPhase::PreLink) in buildModuleSimplificationPipeline()
940 MPM.addPass(buildModuleSimplificationPipeline(Level, ThinLTOPhase::PreLink, in buildThinLTOPreLinkDefaultPipeline()
/freebsd-12.1/contrib/llvm/include/llvm/Passes/
H A DPassBuilder.h89 PreLink, enumerator