Home
last modified time | relevance | path

Searched refs:currentContext (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h122 const std::string &currentContext() const { return CurrentContext; } in currentContext() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp206 if (Log->currentContext() != MF.getName()) { in logRewardIfNeeded()
H A DMLRegAllocEvictAdvisor.cpp484 if (Log->currentContext() != MF.getName()) { in logRewardIfNeeded()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4319 static IMutableContext *currentContext; member
4327 if( !IMutableContext::currentContext ) in getCurrentMutableContext()
4330 return *IMutableContext::currentContext; in getCurrentMutableContext()
10211 IMutableContext *IMutableContext::currentContext = nullptr; member in Catch::IMutableContext
10215 currentContext = new Context(); in createContext()
10219 delete IMutableContext::currentContext; in cleanUpContext()
10220 IMutableContext::currentContext = nullptr; in cleanUpContext()