Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Support/
H A DTiming.h162 virtual void hideTimer(void *handle) {} in hideTimer() function
249 tm->hideTimer(handle); in hide()
460 void hideTimer(void *handle) override;
/llvm-project/mlir/lib/Support/
H A DTiming.cpp581 void DefaultTimingManager::hideTimer(void *handle) { in hideTimer() function in DefaultTimingManager