Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h94 class OptPassGateInstrumentation {
98 OptPassGateInstrumentation(LLVMContext &Context) : Context(Context) {} in OptPassGateInstrumentation() function
574 OptPassGateInstrumentation OptPassGate;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp983 bool OptPassGateInstrumentation::shouldRun(StringRef PassName, Any IR) { in shouldRun()
1004 void OptPassGateInstrumentation::registerCallbacks( in registerCallbacks()