Home
last modified time | relevance | path

Searched refs:getRootScope (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Pass/
H A DPassTiming.cpp29 ownedTimingScope(ownedTimingManager->getRootScope()), in PassTiming()
/llvm-project/mlir/lib/Tools/mlir-translate/
H A DMlirTranslateMain.cpp107 TimingScope timing = tm.getRootScope(); in mlirTranslateMain()
/llvm-project/mlir/include/mlir/Support/
H A DTiming.h129 TimingScope getRootScope();
/llvm-project/mlir/lib/Support/
H A DTiming.cpp74 TimingScope TimingManager::getRootScope() { in getRootScope() function in TimingManager
/llvm-project/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp429 TimingScope timing = tm.getRootScope(); in performActions()