Nearly CC
An educational compiler skeleton
InstructionSequence Member List
This is the complete list of members for
InstructionSequence
, including all inherited members.
append
(Instruction *ins)
InstructionSequence
apply_to_all
(Fn f)
InstructionSequence
inline
cbegin
() const
InstructionSequence
inline
cend
() const
InstructionSequence
inline
const_iterator
typedef
InstructionSequence
const_reverse_iterator
typedef
InstructionSequence
crbegin
() const
InstructionSequence
inline
crend
() const
InstructionSequence
inline
define_label
(const std::string &label)
InstructionSequence
duplicate
() const
InstructionSequence
find_labeled_instruction
(const std::string &label) const
InstructionSequence
get_block_id
() const
InstructionSequence
inline
get_block_label
() const
InstructionSequence
get_code_order
() const
InstructionSequence
inline
get_index_of_labeled_instruction
(const std::string &label) const
InstructionSequence
get_instruction
(unsigned index) const
InstructionSequence
get_iterator_at_labeled_position
(const std::string &label) const
InstructionSequence
get_kind
() const
InstructionSequence
inline
get_label_at_index
(unsigned index) const
InstructionSequence
inline
get_last_instruction
() const
InstructionSequence
get_length
() const
InstructionSequence
has_block_label
() const
InstructionSequence
has_label
(unsigned index) const
InstructionSequence
inline
has_label
(const_iterator iter) const
InstructionSequence
inline
has_label_at_end
() const
InstructionSequence
InstructionSequence
()
InstructionSequence
InstructionSequence
(BasicBlockKind kind, int code_order, const std::string &block_label)
InstructionSequence
set_block_id
(unsigned block_id)
InstructionSequence
inline
set_block_label
(const std::string &block_label)
InstructionSequence
set_code_order
(int code_order)
InstructionSequence
inline
set_kind
(BasicBlockKind kind)
InstructionSequence
inline
~InstructionSequence
() (defined in
InstructionSequence
)
InstructionSequence
virtual
Generated by
1.9.1