Home
last modified time | relevance | path

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

/freebsd/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.cpp1045 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1060 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
1087 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
/freebsd/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.cpp160 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
209 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()
746 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DSelectOptimize.cpp352 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
374 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
438 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()
450 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in INITIALIZE_PASS_DEPENDENCY()
H A DMachineBlockPlacement.cpp611 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
629 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
3381 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
H A DBranchFolding.cpp103 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp142 auto &PSI = getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
159 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
170 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp59 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
80 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
106 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
/freebsd/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.cpp118 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
168 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h354 class ProfileSummaryInfoWrapperPass : public ImmutablePass {
359 ProfileSummaryInfoWrapperPass();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp116 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
132 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
156 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4880 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
4900 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
4926 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp375 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
452 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()