Searched defs:LTOPhase (Results 1 – 9 of 9) sorted by relevance
/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; global() variable
|
H A D | ModuleInliner.h | 43 const ThinOrFullLTOPhase LTOPhase; variable
|
H A D | SampleProfileMatcher.h | 30 const ThinOrFullLTOPhase LTOPhase; global() variable 83 SampleProfileMatcher(Module & M,SampleProfileReader & Reader,const PseudoProbeManager * ProbeManager,ThinOrFullLTOPhase LTOPhase) SampleProfileMatcher() argument
|
H A D | Inliner.h | 53 const ThinOrFullLTOPhase LTOPhase; variable
|
/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 770 addPreInlinerPasses(ModulePassManager & MPM,OptimizationLevel Level,ThinOrFullLTOPhase LTOPhase) addPreInlinerPasses() argument 1367 buildModuleOptimizationPipeline(OptimizationLevel Level,ThinOrFullLTOPhase LTOPhase) buildModuleOptimizationPipeline() argument 1575 const ThinOrFullLTOPhase LTOPhase = LTOPreLink buildPerModuleDefaultPipeline() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 60 ThinOrFullLTOPhase LTOPhase; global() member
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 461 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 542 const ThinOrFullLTOPhase LTOPhase; global() member in __anond82771cb0111::SampleProfileLoader 2300 SampleProfileLoaderPass(std::string File,std::string RemappingFile,ThinOrFullLTOPhase LTOPhase,IntrusiveRefCntPtr<vfs::FileSystem> FS) SampleProfileLoaderPass() argument [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 550 static inline const char *getLTOPhase(ThinOrFullLTOPhase LTOPhase) { in getLTOPhase() argument
|