Home
last modified time | relevance | path

Searched defs:Advisor (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/test/CodeGen/MLRegAlloc/Inputs/
H A Dinteractive_main.py9 class Advisor: global() class
/llvm-project/llvm/test/Transforms/Inline/ML/Inputs/
H A Dinteractive_main.py6 class Advisor: class
/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h121 InlineAdvisor *const Advisor; global() variable
338 std::unique_ptr<InlineAdvisor> Advisor; global() member
/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp85 auto Advisor = std::make_unique<ReplayInlineAdvisor>( in getReplayInlineAdvisor() local
H A DInlineAdvisor.cpp74 MandatoryInlineAdvice(InlineAdvisor *Advisor, CallBase &CB, in MandatoryInlineAdvice() argument
176 InlineAdvice::InlineAdvice(InlineAdvisor *Advisor, CallBase &CB, in InlineAdvice() argument
[all...]
H A DDevelopmentModeInlineAdvisor.cpp180 LoggingMLInlineAdvice(DevelopmentModeMLInlineAdvisor *Advisor, CallBase &CB,
H A DMLInlineAdvisor.cpp506 MLInlineAdvice(MLInlineAdvisor * Advisor,CallBase & CB,OptimizationRemarkEmitter & ORE,bool Recommendation) MLInlineAdvice() argument
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp127 InlineAdvisor &Advisor = getAdvisor(MAM, FAM, M); run() local
H A DInliner.cpp223 InlineAdvisor &Advisor = getAdvisor(MAMProxy, FAM, M); run() local
/llvm-project/llvm/unittests/Analysis/
H A DMLModelRunnerTest.cpp277 std::thread Advisor([&]() { in TEST() local