Home
last modified time | relevance | path

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

/src/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
/src/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h117 void switchContext(StringRef Name);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DTrainingLogger.cpp51 void Logger::switchContext(StringRef Name) { in switchContext() function in Logger
H A DMLInlineAdvisor.cpp150 ModelRunner->switchContext(""); in MLInlineAdvisor()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp265 Log->switchContext(MF.getName()); in getAdvisor()
294 Runner->switchContext(MF.getName()); in MLPriorityAdvisor()
H A DMLRegAllocEvictAdvisor.cpp546 Log->switchContext(MF.getName()); in getAdvisor()
580 Runner->switchContext(MF.getName()); in MLEvictAdvisor()