Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DProfileSummaryInfo.cpp383 INITIALIZE_PASS(ProfileSummaryInfoWrapperPass, "profile-summary-info",
386 ProfileSummaryInfoWrapperPass::ProfileSummaryInfoWrapperPass() in ProfileSummaryInfoWrapperPass() function in ProfileSummaryInfoWrapperPass
391 bool ProfileSummaryInfoWrapperPass::doInitialization(Module &M) { in doInitialization()
396 bool ProfileSummaryInfoWrapperPass::doFinalization(Module &M) { in doFinalization()
423 char ProfileSummaryInfoWrapperPass::ID = 0;
DOptimizationRemarkEmitter.cpp108 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()) in runOnFunction()
122 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
157 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass)
DModuleSummaryAnalysis.cpp969 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
984 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
1011 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTailDuplication.cpp45 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
88 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
DMachineFunctionSplitter.cpp206 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
246 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
DExpandMemCmp.cpp823 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
838 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
915 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DSelectOptimize.cpp122 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
222 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
253 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
DMachineCombiner.cpp147 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
740 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
DIfConversion.cpp216 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
438 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
452 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in INITIALIZE_PASS_DEPENDENCY()
DMachineBlockPlacement.cpp612 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
630 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
3358 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
DBranchFolding.cpp103 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
136 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp54 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
75 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
100 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h194 class ProfileSummaryInfoWrapperPass : public ImmutablePass {
199 ProfileSummaryInfoWrapperPass();
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86PadShortFunction.cpp58 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
118 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
DX86FixupBWInsts.cpp119 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
169 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
DX86OptimizeLEAs.cpp253 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
723 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
DX86FixupLEAs.cpp142 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
240 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DInlineSimple.cpp85 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DHotColdSplitting.cpp181 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
720 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
776 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
DAlwaysInliner.cpp170 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DPartialInlining.cpp354 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
367 getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnModule()
1505 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DInliner.cpp176 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
600 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in inlineCalls()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp680 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
700 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
717 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_BEGIN()
DConstantHoisting.cpp116 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
132 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
156 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI()); in runOnFunction()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp4694 AU.addRequired<ProfileSummaryInfoWrapperPass>(); in getAnalysisUsage()
4714 &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction()
4746 INITIALIZE_PASS_DEPENDENCY(ProfileSummaryInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()

12