Home
last modified time | relevance | path

Searched refs:ProfileSummaryInfoWrapperPass (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp380 INITIALIZE_PASS(ProfileSummaryInfoWrapperPass, "profile-summary-info",
383 ProfileSummaryInfoWrapperPass::ProfileSummaryInfoWrapperPass() in ProfileSummaryInfoWrapperPass() function in ProfileSummaryInfoWrapperPass
388 bool ProfileSummaryInfoWrapperPass::doInitialization(Module &M) { in doInitialization()
393 bool ProfileSummaryInfoWrapperPass::doFinalization(Module &M) { in doFinalization()
420 char ProfileSummaryInfoWrapperPass::ID = 0;
H A DOptimizationRemarkEmitter.cpp106 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()) in runOnFunction()
120 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
155 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
H A DModuleSummaryAnalysis.cpp910 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
925 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
952 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTailDuplication.cpp45 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
88 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DMachineFunctionSplitter.cpp121 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
156 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
H A DSelectOptimize.cpp122 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
222 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
249 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
H A DExpandMemCmp.cpp822 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
837 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
915 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DMachineCombiner.cpp147 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
756 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DIfConversion.cpp216 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
438 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
452 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in INITIALIZE_PASS_DEPENDENCY()
H A DMachineBlockPlacement.cpp600 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
618 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
3346 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DBranchFolding.cpp103 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
136 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp54 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
75 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
100 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp58 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
118 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DX86FixupBWInsts.cpp119 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
169 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DX86OptimizeLEAs.cpp254 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
720 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DX86FixupLEAs.cpp142 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
240 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h193 class ProfileSummaryInfoWrapperPass : public ImmutablePass {
198 ProfileSummaryInfoWrapperPass();
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp85 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DHotColdSplitting.cpp181 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
720 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
776 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DAlwaysInliner.cpp172 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DInliner.cpp176 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
600 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in inlineCalls()
H A DPartialInlining.cpp354 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
367 getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
1519 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp661 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
682 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
699 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_BEGIN()
H A DConstantHoisting.cpp118 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
134 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
158 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4629 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
4649 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
4681 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()

12