[BOLT] Gadget scanner: make use of C++17 features and LLVM helpers (#141665)
Perform trivial syntactical cleanups:
- make use of structured binding declarations
- use LLVM utility functions when appropriate
- omit braces around single expression inside single-line LLVM_DEBUG()
This patch is NFC aside from minor debug output changes.