GNU Octave
4.0.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 135 of file jit-util.h.
|
inline |
|
inline |
|
inlineinherited |
Definition at line 166 of file jit-util.h.
References jit_internal_node< LIST_T, NODE_T >::mnext.
|
inline |
|
inlineinherited |
Definition at line 168 of file jit-util.h.
References jit_internal_node< LIST_T, NODE_T >::mprev.
|
inlineinherited |
jit_block * jit_phi_incomming::user_parent | ( | void | ) | const |
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 141 of file jit-util.h.
References jit_internal_node< LIST_T, NODE_T >::mvalue.
|
private |
Definition at line 788 of file jit-ir.h.
Referenced by user_parent().