Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp223 INITIALIZE_PASS(ProfileSummaryInfoWrapperPass, "profile-summary-info",
226 ProfileSummaryInfoWrapperPass::ProfileSummaryInfoWrapperPass() in ProfileSummaryInfoWrapperPass() function in ProfileSummaryInfoWrapperPass
231 bool ProfileSummaryInfoWrapperPass::doInitialization(Module &M) { in doInitialization()
236 bool ProfileSummaryInfoWrapperPass::doFinalization(Module &M) { in doFinalization()
263 char ProfileSummaryInfoWrapperPass::ID = 0;
H A DOptimizationRemarkEmitter.cpp108 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()) in runOnFunction()
122 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
157 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
H A DModuleSummaryAnalysis.cpp1121 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1136 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
1163 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp129 auto &PSI = getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
146 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
157 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplication.cpp45 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
88 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DMachineFunctionSplitter.cpp154 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
204 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
H A DExpandMemCmp.cpp924 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
939 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
1018 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DMachineCombiner.cpp148 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
731 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DSelectOptimize.cpp379 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
401 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
465 PSI = &P.getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
H A DIfConversion.cpp214 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
436 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
451 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in INITIALIZE_PASS_DEPENDENCY()
H A DMachineBlockPlacement.cpp616 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
634 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
3435 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DBranchFolding.cpp102 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
136 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()); in runOnMachineFunction()
H A DCodeGenPrepare.cpp494 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
521 CGP.PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
533 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp59 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
74 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
100 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp58 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
118 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DX86FixupBWInsts.cpp115 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
161 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DX86OptimizeLEAs.cpp253 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
722 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DX86FixupLEAs.cpp142 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
236 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h354 class ProfileSummaryInfoWrapperPass : public ImmutablePass {
359 ProfileSummaryInfoWrapperPass();
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp117 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
133 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
157 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()); in runOnFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5507 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
5527 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
5558 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp410 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
553 auto *PSI = &MFP.getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in initializeAnalysisResults()