Synopsis

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

class DbgSSABlock;

Type Aliases

Name

PHIListT

Member Functions

Name

Description

DbgSSABlock [constructor]

Constructor

newPHI

SSAUpdater has requested a PHI: create that within this block record.

phis

SSAUpdater wishes to know what PHIs already exist in this block.

pred_begin

pred_end

predecessors

succ_begin

succ_end

successors

Data Members

Name

Description

BB

PHIList

List of PHIs in this block. There should only ever be one, but this needs to be a list for the SSAUpdater.

Updater

Created with MrDocs