Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h67 class OptNoneInstrumentation {
69 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() function
557 OptNoneInstrumentation OptNone;
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp790 void OptNoneInstrumentation::registerCallbacks( in registerCallbacks()
796 bool OptNoneInstrumentation::shouldRun(StringRef PassID, Any IR) { in shouldRun()