Home
last modified time | relevance | path

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

/freebsd-14.2/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) {} in switchContext() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h117 void switchContext(StringRef Name);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp51 void Logger::switchContext(StringRef Name) { in switchContext() function in Logger
H A DMLInlineAdvisor.cpp134 ModelRunner->switchContext(""); in MLInlineAdvisor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp264 Log->switchContext(MF.getName()); in getAdvisor()
292 Runner->switchContext(MF.getName()); in MLPriorityAdvisor()
H A DMLRegAllocEvictAdvisor.cpp544 Log->switchContext(MF.getName()); in getAdvisor()
577 Runner->switchContext(MF.getName()); in MLEvictAdvisor()