class SSAUpdaterTraits::PHI_iterator
Declaration
class SSAUpdaterTraits::PHI_iterator { /* full declaration omitted */ };
Description
Iterator for PHI operands.
Declared at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:3506
Member Variables
- private anonymous struct / union PHI
- private unsigned int Idx
Method Overview
- public PHI_iterator((anonymous namespace)::LDVSSAPhi * P)
- public PHI_iterator((anonymous namespace)::LDVSSAPhi * P, bool)
- public (anonymous namespace)::LDVSSABlock * getIncomingBlock()
- public (anonymous namespace)::BlockValueNum getIncomingValue()
Methods
¶PHI_iterator((anonymous namespace)::LDVSSAPhi* P)
PHI_iterator((anonymous namespace)::LDVSSAPhi* P)
Declared at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:3512
Parameters
- (anonymous namespace)::LDVSSAPhi* P
¶PHI_iterator((anonymous namespace)::LDVSSAPhi* P,
bool)
PHI_iterator((anonymous namespace)::LDVSSAPhi* P,
bool)
Declared at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:3514
Parameters
- (anonymous namespace)::LDVSSAPhi* P
- bool
¶(anonymous namespace)::
LDVSSABlock* getIncomingBlock()
(anonymous namespace)::
LDVSSABlock* getIncomingBlock()
Declared at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:3526
¶(anonymous namespace)::BlockValueNum
getIncomingValue()
(anonymous namespace)::BlockValueNum
getIncomingValue()
Declared at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:3524