LLVM: llvm::DbgSSABlock Class Reference (original) (raw)

#include "[llvm/Transforms/Utils/DebugSSAUpdater.h](DebugSSAUpdater%5F8h%5Fsource.html)"

Public Member Functions
DbgSSABlock (BasicBlock &BB, DebugSSAUpdater &Updater)
DbgSSABlockPredIterator pred_begin ()
DbgSSABlockPredIterator pred_end ()
iterator_range< DbgSSABlockPredIterator > predecessors ()
DbgSSABlockSuccIterator succ_begin ()
DbgSSABlockSuccIterator succ_end ()
iterator_range< DbgSSABlockSuccIterator > successors ()
DbgSSAPhi * newPHI ()
SSAUpdater has requested a PHI: create that within this block record.
PHIListT & phis ()
SSAUpdater wishes to know what PHIs already exist in this block.

Definition at line 165 of file DebugSSAUpdater.h.

PHIListT

newPHI()

DbgSSAPhi * llvm::DbgSSABlock::newPHI ( ) inline

phis()

PHIListT & llvm::DbgSSABlock::phis ( ) inline

pred_begin()

pred_end()

predecessors()

succ_begin()

succ_end()

successors()

BB

PHIList

PHIListT llvm::DbgSSABlock::PHIList

Updater


The documentation for this class was generated from the following file: