GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "jit-ir.h"
Public Types | |
typedef jit_internal_list < jit_block, jit_phi_incomming > | jit_ilist |
Public Member Functions | |
jit_phi_incomming (void) | |
jit_phi_incomming (jit_phi *auser) | |
jit_phi_incomming (const jit_phi_incomming &use) | |
jit_phi_incomming * | next (void) const |
jit_phi_incomming & | operator= (const jit_phi_incomming &use) |
jit_phi_incomming * | prev (void) const |
void | stash_value (jit_block *avalue) |
jit_phi * | user (void) const |
jit_block * | user_parent (void) const |
jit_block * | value (void) const |
Private Attributes | |
jit_phi * | muser |
|
inherited |
Definition at line 128 of file jit-util.h.
|
inline |
|
inline |
|
inlineinherited |
Definition at line 159 of file jit-util.h.
References jit_internal_node< LIST_T, NODE_T >::mnext.
|
inline |
Definition at line 787 of file jit-ir.h.
References muser, and jit_internal_node< LIST_T, NODE_T >::value().
|
inlineinherited |
Definition at line 161 of file jit-util.h.
References jit_internal_node< LIST_T, NODE_T >::mprev.
|
inlineinherited |
Definition at line 595 of file jit-ir.cc.
References muser, and jit_instruction::parent().
Referenced by jit_block::replace_in_phi().
|
inlineinherited |
Definition at line 134 of file jit-util.h.
References jit_internal_node< LIST_T, NODE_T >::mvalue.
|
private |
Definition at line 798 of file jit-ir.h.
Referenced by operator=(), and user_parent().