llvm-project/mlir/lib/Analysis
Jacques Pienaar 57270a9a99 Remove some statements that required >C++11, add includes and qualify names. NFC.
PiperOrigin-RevId: 239197784
2019-03-29 17:24:53 -07:00
..
AffineAnalysis.cpp Fix misc bugs / TODOs / other improvements to analysis utils 2019-03-29 17:15:27 -07:00
AffineStructures.cpp Remove some statements that required >C++11, add includes and qualify names. NFC. 2019-03-29 17:24:53 -07:00
Dominance.cpp Remove some statements that required >C++11, add includes and qualify names. NFC. 2019-03-29 17:24:53 -07:00
LoopAnalysis.cpp Rename BlockList into Region 2019-03-29 17:18:04 -07:00
MemRefBoundCheck.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
MemRefDependenceCheck.cpp Remove some statements that required >C++11, add includes and qualify names. NFC. 2019-03-29 17:24:53 -07:00
NestedMatcher.cpp Use consistent names for dialect op source files 2019-03-29 16:53:19 -07:00
OpStats.cpp Remove PassResult and have the runOnFunction/runOnModule functions return void instead. To signal a pass failure, passes should now invoke the 'signalPassFailure' method. This provides the equivalent functionality when needed, but isn't an intrusive part of the API like PassResult. 2019-03-29 16:50:44 -07:00
SliceAnalysis.cpp Cleanups Vectorize and SliceAnalysis - NFC 2019-03-29 17:23:07 -07:00
TestParallelismDetection.cpp Change parallelism detection test pass to emit a note 2019-03-29 17:16:27 -07:00
Utils.cpp Remove some statements that required >C++11, add includes and qualify names. NFC. 2019-03-29 17:24:53 -07:00
VectorAnalysis.cpp NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. The only thing left in BuiltinOps are the core MLIR types. The standard types can't be moved because they are referenced within the IR directory, e.g. in things like Builder. 2019-03-29 16:53:35 -07:00
Verifier.cpp Rename BlockList into Region 2019-03-29 17:18:04 -07:00