Home
last modified time | relevance | path

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

/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; global() variable
H A DModuleInliner.h43 const ThinOrFullLTOPhase LTOPhase; variable
H A DSampleProfileMatcher.h30 const ThinOrFullLTOPhase LTOPhase; global() variable
83 SampleProfileMatcher(Module & M,SampleProfileReader & Reader,const PseudoProbeManager * ProbeManager,ThinOrFullLTOPhase LTOPhase) SampleProfileMatcher() argument
H A DInliner.h53 const ThinOrFullLTOPhase LTOPhase; variable
/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp770 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 DInlineAdvisor.h60 ThinOrFullLTOPhase LTOPhase; global() member
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp461 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 DInlineAdvisor.cpp550 static inline const char *getLTOPhase(ThinOrFullLTOPhase LTOPhase) { in getLTOPhase() argument