llvm-capstone/llvm/tools/llvm-profgen
Takuya Shimizu 01b88dd66d [NFC] Remove unused variables declared in conditions
D152495 makes clang warn on unused variables that are declared in conditions like `if (int var = init) {}`
This patch is an NFC fix to suppress the new warning in llvm,clang,lld builds to pass CI in the above patch.

Differential Revision: https://reviews.llvm.org/D158016
2023-08-30 10:05:06 +09:00
..
CallContext.h
CMakeLists.txt [Support] Move TargetParsers to new component 2022-12-20 11:05:50 +00:00
CSPreInliner.cpp [CSSPGO][Preinliner] Bump up the threshold to favor previous compiler inline decision. 2023-06-26 17:21:22 -07:00
CSPreInliner.h [CSSPGO][Preinliner] Always inline zero-sized functions. 2023-06-27 17:06:24 -07:00
ErrorHandling.h
llvm-profgen.cpp [NFC][Profile] Access profile through VirtualFileSystem 2023-02-01 09:25:02 -08:00
MissingFrameInferrer.cpp [tools] Use llvm::is_contained (NFC) 2023-06-19 23:36:14 -07:00
MissingFrameInferrer.h llvm-profgen: Fix use of stats to be under LLVM_ENABLE_STATS 2022-12-18 17:46:01 +00:00
PerfReader.cpp [FS-AFDO] Generate pseudo-probe-based profiles with FS-discriminators. 2023-05-10 11:28:54 -07:00
PerfReader.h
ProfiledBinary.cpp [NFC] Remove unused variables declared in conditions 2023-08-30 10:05:06 +09:00
ProfiledBinary.h Avoid pointless canonicalize when using Dwarf names 2023-05-25 08:14:11 -07:00
ProfileGenerator.cpp [llvm-profdata] Refactoring Sample Profile Reader to increase FDO build speed using MD5 as key to Sample Profile map 2023-08-17 20:10:45 +00:00
ProfileGenerator.h [CSSPGO][llvm-profgen] Missing frame inference. 2022-12-16 08:44:43 -08:00