llvm-project/mlir/lib/Pass
River Riddle b3e28fca53 NFC: Remove Function::getModule.
There is already a more general 'getParentOfType' method, and 'getModule' is likely to be misused as functions get placed within different regions than ModuleOp.

PiperOrigin-RevId: 257442243
2019-07-12 08:42:21 -07:00
..
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00
IRPrinting.cpp NFC: Remove Function::getModule. 2019-07-12 08:42:21 -07:00
Pass.cpp NFC: Remove Function::getModule. 2019-07-12 08:42:21 -07:00
PassDetail.h NFC: Rename Module to ModuleOp. 2019-07-10 10:11:21 -07:00
PassManagerOptions.cpp NFC: Make the 'disable-pass-threading' flag a PassManagerOption. 2019-07-08 14:16:08 -07:00
PassRegistry.cpp Remove unused PassID member from PassRegistry (NFC) 2019-05-10 19:27:32 -07:00
PassTiming.cpp Replace dyn_cast<> with isa<> when the returned value is unused (NFC) 2019-05-10 19:29:18 -07:00