llvm/mlir/lib/Analysis
Christian Sigg 85dcaf19c7 Fix typos, NFC.
PiperOrigin-RevId: 272851237
2019-10-04 04:37:53 -07:00
..
AffineAnalysis.cpp Fix typos, NFC. 2019-10-04 04:37:53 -07:00
AffineStructures.cpp Fix typos, NFC. 2019-10-04 04:37:53 -07:00
CallGraph.cpp Add initial callgraph support. 2019-09-23 11:44:13 -07:00
CMakeLists.txt Add InferTypeOpTrait & enable generating its member function definition 2019-09-29 17:29:00 -07:00
Dominance.cpp Add a pair of hooks to DominanceInfo. 2019-10-01 14:06:50 -07:00
InferTypeOpInterface.cpp Add InferTypeOpTrait & enable generating its member function definition 2019-09-29 17:29:00 -07:00
LoopAnalysis.cpp Add rewrite pattern to compose maps into affine load/stores 2019-09-17 11:49:45 -07:00
MemRefBoundCheck.cpp NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase. 2019-09-13 13:34:27 -07:00
NestedMatcher.cpp NFC: Move AffineOps dialect to the Dialect sub-directory. 2019-08-20 15:36:39 -07:00
OpStats.cpp
SliceAnalysis.cpp Unify error messages to start with lower-case. 2019-09-18 07:45:17 -07:00
TestMemRefDependenceCheck.cpp NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase. 2019-09-13 13:34:27 -07:00
TestParallelismDetection.cpp NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase. 2019-09-13 13:34:27 -07:00
Utils.cpp Upgrade/fix/simplify store to load forwarding 2019-09-21 10:08:56 -07:00
VectorAnalysis.cpp NFC: Move AffineOps dialect to the Dialect sub-directory. 2019-08-20 15:36:39 -07:00
Verifier.cpp