Interval in a basic block where a single debug value is live.

Synopsis

Declared in <llvm/Transforms/Utils/DebugSSAUpdater.h>

struct DbgRangeEntry;

Data Members

Name

Description

End

One‐past‐the‐last instruction in the live range.

Start

First instruction in the live range (inclusive).

Value

Non‐PHI debug value live over []`Start,` End).

Created with MrDocs