| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ModuleInliner.cpp | 71 InlineAdvisor &ModuleInlinerPass::getAdvisor(const ModuleAnalysisManager &MAM, in getAdvisor() function in ModuleInlinerPass 93 assert(IAA->getAdvisor() && in getAdvisor() 96 return *IAA->getAdvisor(); in getAdvisor() 134 InlineAdvisor &Advisor = getAdvisor(MAM, FAM, M); in run()
|
| H A D | Inliner.cpp | 705 InlinerPass::getAdvisor(const ModuleAnalysisManagerCGSCCProxy::Result &MAM, in getAdvisor() function in InlinerPass 737 assert(IAA->getAdvisor() && in getAdvisor() 740 return *IAA->getAdvisor(); in getAdvisor() 758 InlineAdvisor &Advisor = getAdvisor(MAMProxy, FAM, M); in run()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MLInlineAdvisor.cpp | 446 *getAdvisor()->getModelRunner().getTensor<int64_t>(I)); in reportContextForRemark() 460 getAdvisor()->onSuccessfulInlining(*this, /*CalleeWasDeleted*/ false); in recordInliningImpl() 470 getAdvisor()->onSuccessfulInlining(*this, /*CalleeWasDeleted*/ true); in recordInliningWithCalleeDeletedImpl() 475 getAdvisor()->getCachedFPI(*Caller) = PreInlineCallerFPI; in recordUnsuccessfulInliningImpl()
|
| H A D | InlineAdvisor.cpp | 626 IA->getAdvisor()->print(OS); in run() 645 IA->getAdvisor()->print(OS); in run()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | ModuleInliner.h | 38 InlineAdvisor &getAdvisor(const ModuleAnalysisManager &MAM,
|
| H A D | Inliner.h | 110 InlineAdvisor &getAdvisor(const ModuleAnalysisManagerCGSCCProxy::Result &MAM,
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | MLInlineAdvisor.h | 111 MLInlineAdvisor *getAdvisor() const { in getAdvisor() function
|
| H A D | InlineAdvisor.h | 259 InlineAdvisor *getAdvisor() const { return Advisor.get(); } in getAdvisor() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegAllocEvictionAdvisor.h | 178 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) = 0;
|
| H A D | RegAllocEvictionAdvisor.cpp | 78 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor() function in __anon093333860111::DefaultEvictionAdvisorAnalysis
|
| H A D | MLRegallocEvictAdvisor.cpp | 350 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor() function in __anon8d2f77590111::ReleaseModeEvictionAdvisorAnalysis 443 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override { in getAdvisor() function in __anon8d2f77590111::DevelopmentModeEvictionAdvisorAnalysis
|
| H A D | RegAllocGreedy.cpp | 2542 getAnalysis<RegAllocEvictionAdvisorAnalysis>().getAdvisor(*MF, *this); in runOnMachineFunction()
|