Home
last modified time | relevance | path

Searched refs:hideTimer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DTiming.h161 virtual void hideTimer(void *handle) {} in hideTimer() function
248 tm->hideTimer(handle); in hide()
406 void hideTimer(void *handle) override;
/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp530 void DefaultTimingManager::hideTimer(void *handle) { in hideTimer() function in DefaultTimingManager