Searched defs:Advisor (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/test/CodeGen/MLRegAlloc/Inputs/ |
H A D | interactive_main.py | 9 class Advisor: global() class
|
/llvm-project/llvm/test/Transforms/Inline/ML/Inputs/ |
H A D | interactive_main.py | 6 class Advisor: class
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 121 InlineAdvisor *const Advisor; global() variable 338 std::unique_ptr<InlineAdvisor> Advisor; global() member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ReplayInlineAdvisor.cpp | 85 auto Advisor = std::make_unique<ReplayInlineAdvisor>( in getReplayInlineAdvisor() local
|
H A D | InlineAdvisor.cpp | 74 MandatoryInlineAdvice(InlineAdvisor *Advisor, CallBase &CB, in MandatoryInlineAdvice() argument 176 InlineAdvice::InlineAdvice(InlineAdvisor *Advisor, CallBase &CB, in InlineAdvice() argument [all...] |
H A D | DevelopmentModeInlineAdvisor.cpp | 180 LoggingMLInlineAdvice(DevelopmentModeMLInlineAdvisor *Advisor, CallBase &CB,
|
H A D | MLInlineAdvisor.cpp | 506 MLInlineAdvice(MLInlineAdvisor * Advisor,CallBase & CB,OptimizationRemarkEmitter & ORE,bool Recommendation) MLInlineAdvice() argument [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ModuleInliner.cpp | 127 InlineAdvisor &Advisor = getAdvisor(MAM, FAM, M); run() local
|
H A D | Inliner.cpp | 223 InlineAdvisor &Advisor = getAdvisor(MAMProxy, FAM, M); run() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MLModelRunnerTest.cpp | 277 std::thread Advisor([&]() { in TEST() local
|