llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
This is the complete list of members for Block, including all inherited members.
AddInst(Inst *inst, Inst *before=nullptr) | Block | |
AddPhi(PhiInst *phi) | Block | |
begin() (defined in Block) | Block | inline |
begin() const (defined in Block) | Block | inline |
Block(const std::string_view name, Visibility visibility=Visibility::LOCAL) | Block | |
clear() | Block | |
const_conv_op_range typedef (defined in User) | User | |
const_iterator typedef (defined in Block) | Block | |
const_op_iterator typedef (defined in User) | User | |
const_op_range typedef (defined in User) | User | |
const_phi_iterator typedef (defined in Block) | Block | |
const_pred_iterator typedef (defined in Block) | Block | |
const_reverse_iterator typedef (defined in Block) | Block | |
const_succ_iterator typedef (defined in Block) | Block | |
const_unref_range typedef (defined in User) | User | |
const_use_iterator typedef (defined in Value) | Value | |
const_user_iterator typedef (defined in Value) | Value | |
const_value_op_range typedef (defined in User) | User | |
conv_op_range typedef (defined in User) | User | |
dump(llvm::raw_ostream &os=llvm::errs()) const | Block | virtual |
empty() const (defined in Block) | Block | inline |
end() (defined in Block) | Block | inline |
end() const (defined in Block) | Block | inline |
erase(iterator it) | Block | |
erase(iterator first, iterator last) | Block | |
eraseFromParent() override | Block | virtual |
facade_fwd typedef (defined in Block) | Block | |
first_non_phi() | Block | |
forward_it typedef (defined in Value) | Value | |
Get() | User | inlineprotected |
Get(int i) | User | inlineprotected |
Get() const | User | inlineprotected |
Get(int i) const | User | inlineprotected |
GetAlignment() const override | Block | inlinevirtual |
GetKind() const | Global | inline |
GetName() const | Global | inline |
getName() const | Global | inline |
getParent() const | Block | inline |
getProg() override | Block | virtual |
GetTerminator() | Block | |
GetTerminator() const (defined in Block) | Block | |
GetVisibility() const | Global | inline |
Global(Kind kind, const std::string_view name, Visibility visibility=Visibility::LOCAL, unsigned numOps=0) (defined in Global) | Global | |
HasAddressTaken() const | Block | |
insert(Inst *inst, iterator it) | Block | |
insertAfter(Inst *inst, iterator it) | Block | |
InstListType typedef (defined in Block) | Block | |
Is(Kind kind) const | Global | inline |
User::Is(Kind kind) const | Value | inline |
IsConstant() const | Value | |
IsLandingPad() const | Block | |
IsLocal() const | Global | |
IsRoot() const | Global | |
IsTrap() const | Block | |
IsWeak() const | Global | |
iter_fwd typedef (defined in Block) | Block | |
iterator typedef (defined in Block) | Block | |
kGlobalKind | Block | static |
Kind enum name | Global | |
kValueKind | Global | static |
llvm::ilist_traits< Inst > (defined in Block) | Block | friend |
numOps_ | User | protected |
op_begin() (defined in User) | User | inline |
op_begin() const (defined in User) | User | inline |
op_end() (defined in User) | User | inline |
op_end() const (defined in User) | User | inline |
op_iterator typedef (defined in User) | User | |
op_range typedef (defined in User) | User | |
operand_values() (defined in User) | User | |
operand_values() const (defined in User) | User | |
operands() (defined in User) | User | |
operands() const (defined in User) | User | |
operator=(const Value &)=delete | Value | |
operator=(Value &&)=delete | Value | |
phi_empty() const (defined in Block) | Block | inline |
phi_iterator typedef (defined in Block) | Block | |
phis() const (defined in Block) | Block | inline |
phis() (defined in Block) | Block | |
pred_begin() (defined in Block) | Block | inline |
pred_begin() const (defined in Block) | Block | inline |
pred_empty() const (defined in Block) | Block | inline |
pred_end() (defined in Block) | Block | inline |
pred_end() const (defined in Block) | Block | inline |
pred_iterator typedef (defined in Block) | Block | |
pred_size() const (defined in Block) | Block | inline |
predecessors() (defined in Block) | Block | inline |
predecessors() const (defined in Block) | Block | inline |
printAsOperand(llvm::raw_ostream &O, bool PrintType=true) const (defined in Block) | Block | |
rbegin() (defined in Block) | Block | inline |
rbegin() const (defined in Block) | Block | inline |
remove(iterator it) | Block | |
removeFromParent() override | Block | virtual |
rend() (defined in Block) | Block | inline |
rend() const (defined in Block) | Block | inline |
replaceAllUsesWith(Value *v) | Value | virtual |
replaceAllUsesWith(Ref< Value > v) | Value | virtual |
resizeUses(unsigned n) | User | protected |
reverse_iterator typedef (defined in Block) | Block | |
Set(Ref< Value > val) | User | inlineprotected |
Set(int i, Ref< Value > val) | User | inlineprotected |
SetVisibility(Visibility visibility) | Global | inline |
size() const | Block | inline |
splitBlock(iterator I) | Block | |
succ_begin() (defined in Block) | Block | |
succ_begin() const (defined in Block) | Block | |
succ_empty() const (defined in Block) | Block | inline |
succ_end() (defined in Block) | Block | |
succ_end() const (defined in Block) | Block | |
succ_iterator typedef (defined in Block) | Block | |
succ_size() const (defined in Block) | Block | inline |
successors() (defined in Block) | Block | inline |
successors() const (defined in Block) | Block | inline |
SymbolTableListTraits< Block > (defined in Block) | Block | friend |
unref_range typedef (defined in User) | User | |
use_begin() (defined in Value) | Value | inline |
use_begin() const (defined in Value) | Value | inline |
use_empty() const (defined in Value) | Value | inline |
use_end() (defined in Value) | Value | inline |
use_end() const (defined in Value) | Value | inline |
use_iterator typedef (defined in Value) | Value | |
use_size() const (defined in Value) | Value | inline |
User(Kind kind, unsigned numOps) | User | |
user_begin() (defined in Value) | Value | inline |
user_begin() const (defined in Value) | Value | inline |
user_empty() const (defined in Value) | Value | inline |
user_end() (defined in Value) | Value | inline |
user_end() const (defined in Value) | Value | inline |
user_iterator typedef (defined in Value) | Value | |
users() (defined in Value) | Value | |
users() const (defined in Value) | Value | |
uses() (defined in Value) | Value | |
uses() const (defined in Value) | Value | |
uses_ | User | protected |
Value(Kind kind) | Value | inline |
Value(const Value &)=delete | Value | |
Value(Value &&)=delete | Value | |
value_op_begin() (defined in User) | User | |
value_op_begin() const (defined in User) | User | |
value_op_end() (defined in User) | User | |
value_op_end() const (defined in User) | User | |
value_op_range typedef (defined in User) | User | |
~Block() | Block | |
~Global() (defined in Global) | Global | virtual |
~User() | User | virtual |
~Value() | Value | virtual |