LLVM 22.0.0git
DebugSSAUpdater.cpp File Reference

Go to the source code of this file.

Classes

class  llvm::SSAUpdaterTraits< DebugSSAUpdater >
class  llvm::SSAUpdaterTraits< DebugSSAUpdater >::PHI_iterator

Namespaces

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

Macros

#define DEBUG_TYPE   "debug-ssa-updater"

Typedefs

using AvailableValsTy = DenseMap<DbgSSABlock *, DbgValueDef>

Functions

bool isContained (DIScope *Inner, DIScope *Outer)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "debug-ssa-updater"

Definition at line 21 of file DebugSSAUpdater.cpp.

Typedef Documentation

◆ AvailableValsTy

Definition at line 43 of file DebugSSAUpdater.cpp.

Function Documentation

◆ isContained()