Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h100 class OptPassGateInstrumentation {
104 OptPassGateInstrumentation(LLVMContext &Context) : Context(Context) {} in OptPassGateInstrumentation() function
589 OptPassGateInstrumentation OptPassGate;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1057 bool OptPassGateInstrumentation::shouldRun(StringRef PassName, Any IR) { in shouldRun()
1078 void OptPassGateInstrumentation::registerCallbacks( in registerCallbacks()