Home
last modified time | relevance | path

Searched refs:switchContext (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInteractiveModelRunner.h51 void switchContext(StringRef Name) override { in switchContext() function
52 Log->switchContext(Name); in switchContext()
H A DMLModelRunner.h54 virtual void switchContext(StringRef Name) {}
52 virtual void switchContext(StringRef Name) {} switchContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h117 void switchContext(StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp51 void Logger::switchContext(StringRef Name) { in writeHeader()
56 void Logger::switchContext(StringRef Name) { switchContext() function in Logger
H A DMLInlineAdvisor.cpp150 ModelRunner->switchContext(""); in MLInlineAdvisor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp
H A DMLRegAllocPriorityAdvisor.cpp265 Log->switchContext(MF.getName()); in getAdvisor()
294 Runner->switchContext(MF.getName()); in MLPriorityAdvisor()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp546 Log->switchContext(MF.getName()); in getAdvisor()
580 Runner->switchContext(MF.getName()); in MLEvictAdvisor()