Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h77 class OptPassGateInstrumentation {
81 OptPassGateInstrumentation(LLVMContext &Context) : Context(Context) {} in OptPassGateInstrumentation() function
558 OptPassGateInstrumentation OptPassGate;
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp811 bool OptPassGateInstrumentation::shouldRun(StringRef PassName, Any IR) { in shouldRun()
832 void OptPassGateInstrumentation::registerCallbacks( in registerCallbacks()