llvm-project/mlir/lib/Analysis
Jacques Pienaar cde4d5a6d9 Remove unnecessary C++ specifier in CPP files. NFC.
These are only required in .h files to disambiguate between C and C++ header files.

--

PiperOrigin-RevId: 248219135
2019-05-20 13:42:13 -07:00
..
AffineAnalysis.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
AffineStructures.cpp Remove unnecessary C++ specifier in CPP files. NFC. 2019-05-20 13:42:13 -07:00
CMakeLists.txt Update cmakelist to reflect renamed filename. 2019-05-20 13:38:42 -07:00
Dominance.cpp Replace usages of Instruction with Operation in the /Analysis directory. 2019-03-29 17:44:56 -07:00
LoopAnalysis.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
MemRefBoundCheck.cpp Remove unnecessary C++ specifier in CPP files. NFC. 2019-05-20 13:42:13 -07:00
NestedMatcher.cpp Remove unnecessary C++ specifier in CPP files. NFC. 2019-05-20 13:42:13 -07:00
OpStats.cpp Replace usages of Instruction with Operation in the /Analysis directory. 2019-03-29 17:44:56 -07:00
SliceAnalysis.cpp Add support for using llvm::dyn_cast/cast/isa for operation casts and replace usages of Operation::dyn_cast with llvm::dyn_cast. 2019-05-20 13:37:31 -07:00
TestMemRefDependenceCheck.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
TestParallelismDetection.cpp Add support for basic remark diagnostics. This is the minimal functionality needed to separate notes from remarks. It also provides a starting point to start building out better remark infrastructure. 2019-05-06 08:24:02 -07:00
Utils.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
VectorAnalysis.cpp Remove unused function and avoid unused variable warning. NFC. 2019-05-20 13:40:23 -07:00
Verifier.cpp Simplify the emission of various diagnostics created in Analysis/ and Transforms/ by using the new diagnostic infrastructure. 2019-05-10 19:23:07 -07:00