Home
last modified time | relevance | path

Searched defs:PassOptions (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/test/lib/Transforms/
H A DTestCompositePass.cpp35 [](function_ref<void(const detail::PassOptions &)>) {}); in registerTestCompositePass()
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMergedLoadStoreMotion.h49 MergedLoadStoreMotionPass(const MergedLoadStoreMotionOptions &PassOptions) in MergedLoadStoreMotionPass()
/llvm-project/mlir/include/mlir/Pass/
H A DPassRegistry.h30 class PassOptions; variable
H A DPassOptions.h123 friend PassOptions; variable
[all...]
/llvm-project/mlir/unittests/TableGen/
H A DPassGenTest.cpp69 TEST(PassGenTest, PassOptions) { in TEST() argument