Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassTiming.cpp28 ownedTimingScope(ownedTimingManager->getRootScope()), in PassTiming()
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DTiming.h128 TimingScope getRootScope();
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp53 TimingScope timing = tm.getRootScope(); in performActions()
/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp72 TimingScope TimingManager::getRootScope() { in getRootScope() function in TimingManager