Home
last modified time | relevance | path

Searched defs:LTOPhase (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h45 OpenMPOptPass(ThinOrFullLTOPhase LTOPhase) : LTOPhase(LTOPhase) {} in OpenMPOptPass()
56 OpenMPOptCGSCCPass(ThinOrFullLTOPhase LTOPhase) : LTOPhase(LTOPhase) {} in OpenMPOptCGSCCPass()
H A DSampleProfile.h51 const ThinOrFullLTOPhase LTOPhase; variable
H A DModuleInliner.h43 const ThinOrFullLTOPhase LTOPhase; variable
H A DInliner.h53 const ThinOrFullLTOPhase LTOPhase; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp737 addPreInlinerPasses(ModulePassManager & MPM,OptimizationLevel Level,ThinOrFullLTOPhase LTOPhase) addPreInlinerPasses() argument
1307 buildModuleOptimizationPipeline(OptimizationLevel Level,ThinOrFullLTOPhase LTOPhase) buildModuleOptimizationPipeline() argument
1512 const ThinOrFullLTOPhase LTOPhase = LTOPreLink buildPerModuleDefaultPipeline() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h60 ThinOrFullLTOPhase LTOPhase; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp517 SampleProfileLoader(StringRef Name,StringRef RemapName,ThinOrFullLTOPhase LTOPhase,IntrusiveRefCntPtr<vfs::FileSystem> FS,std::function<AssumptionCache & (Function &)> GetAssumptionCache,std::function<TargetTransformInfo & (Function &)> GetTargetTransformInfo,std::function<const TargetLibraryInfo & (Function &)> GetTLI) SampleProfileLoader() argument
595 const ThinOrFullLTOPhase LTOPhase; global() member in __anone4875bea0111::SampleProfileLoader
2695 SampleProfileLoaderPass(std::string File,std::string RemappingFile,ThinOrFullLTOPhase LTOPhase,IntrusiveRefCntPtr<vfs::FileSystem> FS) SampleProfileLoaderPass() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp549 getLTOPhase(ThinOrFullLTOPhase LTOPhase) getLTOPhase() argument