Home
last modified time | relevance | path

Searched defs:Retire (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/MCA/
H A DContext.cpp52 auto Retire = std::make_unique<RetireStage>(*RCU, *PRF, *LSU); in createDefaultPipeline() local
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h780 void Retire() GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) { in Retire() function