Searched defs:setEnabled (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Support/ | ||
H A D | Timing.cpp | 510 void DefaultTimingManager::setEnabled(bool enabled) { impl->enabled = enabled; } in setEnabled() function in DefaultTimingManager |
/llvm-project/mlir/lib/Target/LLVMIR/ | ||
H A D | ModuleTranslation.cpp | 135 void setEnabled(bool enabled = true) { this->enabled = enabled; } setEnabled() function in __anoneb68762c0111::InstructionCapturingInserter |