Wrapper around an IR BasicBlock for debug‐variable SSA construction.
Synopsis
Declared in <llvm/Transforms/Utils/DebugSSAUpdater.h>
class DbgSSABlock;
Type Aliases
Name |
Description |
List type used to store PHIs created for this block. |
Member Functions
Name |
Description |
|
Construct a wrapper for |
SSAUpdater has requested a PHI: create that within this block record. |
|
SSAUpdater wishes to know what PHIs already exist in this block. |
|
Return an iterator to the first predecessor |
|
Return an iterator past the last predecessor |
|
Return the range of predecessor |
|
Return an iterator to the first successor |
|
Return an iterator past the last successor |
|
Return the range of successor |