llvm-project/llvm/tools/llvm-mca
Kazu Hirata a7938c74f1 [llvm] Don't use Optional::hasValue (NFC)
This patch replaces Optional::hasValue with the implicit cast to bool
in conditionals only.
2022-06-25 21:42:52 -07:00
..
Views [llvm] Don't use Optional::hasValue (NFC) 2022-06-25 21:42:52 -07:00
CMakeLists.txt [MCA] Moved View.h and View.cpp from /tools/llvm-mca/ to /lib/MCA/. 2021-08-25 12:12:47 -07:00
CodeRegion.cpp [llvm] Remove redundant return and continue statements (NFC) 2021-01-14 20:30:34 -08:00
CodeRegion.h [llvm] Remove redundant member initialization (NFC) 2022-01-08 11:56:44 -08:00
CodeRegionGenerator.cpp [MC] De-capitalize MCStreamer functions 2022-06-07 00:31:02 -07:00
CodeRegionGenerator.h Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
PipelinePrinter.cpp [MCA] Moved View.h and View.cpp from /tools/llvm-mca/ to /lib/MCA/. 2021-08-25 12:12:47 -07:00
PipelinePrinter.h [llvm] Remove redundant member initialization (NFC) 2022-01-08 11:56:44 -08:00
llvm-mca.cpp [MCA] Introducing incremental SourceMgr and resumable pipeline 2022-06-24 15:39:51 -07:00