Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h66 class OptNoneInstrumentation {
68 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() function
508 OptNoneInstrumentation OptNone;
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp822 void OptNoneInstrumentation::registerCallbacks( in registerCallbacks()
828 bool OptNoneInstrumentation::shouldRun(StringRef PassID, Any IR) { in shouldRun()