Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp359 struct CustomOptPassGate : public OptPassGate { struct
361 CustomOptPassGate(bool Skip) : Skip(Skip) { } in CustomOptPassGate() argument
383 TEST(PassManager, CustomOptPassGate) { in TEST() argument
387 CustomOptPassGate SkipOptionalPasses(true); in TEST()
388 CustomOptPassGate RunOptionalPasses(false); in TEST()