LLVM 20.0.0git
Classes | Namespaces
DroppedVariableStatsIR.h File Reference

===- DroppedVariableStatsIR.h - Opt Diagnostics -*- C++ -*-----------—===// More...

#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Module.h"
#include "llvm/Passes/DroppedVariableStats.h"

Go to the source code of this file.

Classes

class  llvm::DroppedVariableStatsIR
 A class to collect and print dropped debug information due to LLVM IR optimization passes. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Detailed Description

===- DroppedVariableStatsIR.h - Opt Diagnostics -*- C++ -*-----------—===//

Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. See https://llvm.org/LICENSE.txt for license information. SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

===------------------------------------------------------------------—===//

Dropped Variable Statistics for Debug Information. Reports any number of #dbg_value that get dropped due to an optimization pass.

===------------------------------------------------------------------—===//

Definition in file DroppedVariableStatsIR.h.