Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DLegacyPassManagerTest.cpp401 struct CustomOptPassGate : public OptPassGate { struct
403 CustomOptPassGate(bool Skip) : Skip(Skip) { } in CustomOptPassGate() argument
420 TEST(PassManager, CustomOptPassGate) { in TEST() argument
424 CustomOptPassGate SkipOptionalPasses(true); in TEST()
425 CustomOptPassGate RunOptionalPasses(false); in TEST()