Searched defs:LTOPhase (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | OpenMPOpt.h | 45 OpenMPOptPass(ThinOrFullLTOPhase LTOPhase) : LTOPhase(LTOPhase) {} in OpenMPOptPass() 56 OpenMPOptCGSCCPass(ThinOrFullLTOPhase LTOPhase) : LTOPhase(LTOPhase) {} in OpenMPOptCGSCCPass()
|
H A D | SampleProfile.h | 51 const ThinOrFullLTOPhase LTOPhase; variable
|
H A D | ModuleInliner.h | 43 const ThinOrFullLTOPhase LTOPhase; variable
|
H A D | Inliner.h | 53 const ThinOrFullLTOPhase LTOPhase; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 737 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 D | InlineAdvisor.h | 60 ThinOrFullLTOPhase LTOPhase; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 517 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 D | InlineAdvisor.cpp | 549 getLTOPhase(ThinOrFullLTOPhase LTOPhase) getLTOPhase() argument
|