Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
copyPropChanger Member ListThis is the complete list of members for copyPropChanger, including all inherited members.
_bottom | copyPropChanger | [private] |
_top | copyPropChanger | [private] |
ACP typedef | copyPropChanger | [private] |
ambiguous | copyPropChanger | [private] |
at_array(arrayNode *the_array, Order ord) | Changer | [inline, virtual] |
at_attrib(attribNode *the_attrib, Order ord) | Changer | [inline, virtual] |
at_basicblock(basicblockNode *the_basicblock, Order ord) | Changer | [inline, virtual] |
at_binary(binaryNode *the_binary, Order ord) | Changer | [inline, virtual] |
at_block(blockNode *the_block, Order ord) | Changer | [inline, virtual] |
at_break(breakNode *the_break, Order ord) | Changer | [inline, virtual] |
at_call(callNode *the_call, Order ord) | Changer | [inline, virtual] |
at_case(caseNode *the_case, Order ord) | Changer | [inline, virtual] |
at_cast(castNode *the_cast, Order ord) | Changer | [inline, virtual] |
at_comma(commaNode *the_comma, Order ord) | Changer | [inline, virtual] |
at_conditiongoto(conditiongotoNode *the_condgoto, Order ord) | Changer | [inline, virtual] |
at_const(constNode *the_const, Order ord) | Changer | [inline, virtual] |
at_continue(continueNode *the_continue, Order ord) | Changer | [inline, virtual] |
at_decl(declNode *the_decl, Order ord) | Changer | [inline, virtual] |
at_def(defNode *the_def, Order ord) | Changer | [inline, virtual] |
at_do(doNode *the_do, Order ord) | Changer | [inline, virtual] |
at_enum(enumNode *the_enum, Order ord) | Changer | [inline, virtual] |
at_expr(exprNode *the_expr, Order ord) | Changer | [inline, virtual] |
at_exprstmt(exprstmtNode *the_exprstmt, Order ord) | Changer | [inline, virtual] |
at_for(forNode *the_for, Order ord) | Changer | [inline, virtual] |
at_func(funcNode *the_func, Order ord) | Changer | [inline, virtual] |
at_goto(gotoNode *the_goto, Order ord) | Changer | [inline, virtual] |
at_id(idNode *the_id, Order ord) | Changer | [inline, virtual] |
at_if(ifNode *the_if, Order ord) | Changer | [inline, virtual] |
at_index(indexNode *the_index, Order ord) | Changer | [inline, virtual] |
at_initializer(initializerNode *the_initializer, Order ord) | Changer | [inline, virtual] |
at_jump(jumpNode *the_jump, Order ord) | Changer | [inline, virtual] |
at_label(labelNode *the_label, Order ord) | Changer | [inline, virtual] |
at_loop(loopNode *the_loop, Order ord) | Changer | [inline, virtual] |
at_node(Node *the_node, Order ord) | Changer | [inline, virtual] |
at_operand(operandNode *the_oper, Order ord) | Changer | [inline, virtual] |
at_prim(primNode *the_prim, Order ord) | Changer | [inline, virtual] |
at_proc(procNode *, Order ord) | copyPropChanger | [private, virtual] |
at_ptr(ptrNode *the_ptr, Order ord) | Changer | [inline, virtual] |
at_return(returnNode *the_return, Order ord) | Changer | [inline, virtual] |
at_selection(selectionNode *the_selection, Order ord) | Changer | [inline, virtual] |
at_stmt(stmtNode *the_stmt, Order ord) | Changer | [inline, virtual] |
at_struct(structNode *the_struct, Order ord) | Changer | [inline, virtual] |
at_subdecl(subdeclNode *the_subdecl, Order ord) | Changer | [inline, virtual] |
at_sue(sueNode *the_sue, Order ord) | Changer | [inline, virtual] |
at_suespec(suespecNode *the_suespec, Order ord) | Changer | [inline, virtual] |
at_switch(switchNode *the_switch, Order ord) | Changer | [inline, virtual] |
at_target(targetNode *the_target, Order ord) | Changer | [inline, virtual] |
at_tdef(tdefNode *the_tdef, Order ord) | Changer | [inline, virtual] |
at_ternary(ternaryNode *the_ternary, Order ord) | Changer | [inline, virtual] |
at_text(textNode *the_text, Order ord) | Changer | [inline, virtual] |
at_threeAddr(threeAddrNode *the_3addr, Order ord) | Changer | [inline, virtual] |
at_type(typeNode *the_type, Order ord) | Changer | [inline, virtual] |
at_unary(unaryNode *the_unary, Order ord) | Changer | [inline, virtual] |
at_union(unionNode *the_union, Order ord) | Changer | [inline, virtual] |
at_unit(unitNode *the_unit, Order ord) | Changer | [inline, virtual] |
at_while(whileNode *the_while, Order ord) | Changer | [inline, virtual] |
Both enum value | Changer | |
change() | copyPropChanger | [static] |
change(unitNode *) | copyPropChanger | [static] |
change(procNode *) | copyPropChanger | [static] |
Changer(Order the_order, Depth depth, bool delete_old) | Changer | [inline] |
copies | copyPropChanger | [private] |
copy_value(operandNode *opnd, const ACP &acp) | copyPropChanger | [private] |
copy_value(idNode *opnd, const ACP &acp) | copyPropChanger | [private] |
copyPropChanger() | copyPropChanger | [inline, private] |
create_copy_set(basicblockNode *) | copyPropChanger | [private] |
create_kill_set(basicblockNode *, stmt_list) | copyPropChanger | [private] |
decl_set typedef | copyPropChanger | |
decl_set_p typedef | copyPropChanger | |
defines | copyPropChanger | [private] |
delete_old() const | Changer | [inline] |
depth() const | Changer | [inline] |
Depth enum name | Changer | |
Gen | copyPropChanger | [private] |
In | copyPropChanger | [private] |
Kill | copyPropChanger | [private] |
local_copy_prop(basicblockNode *) | copyPropChanger | [private] |
NodeOnly enum value | Changer | |
Order enum name | Changer | |
order() const | Changer | [inline] |
Out | copyPropChanger | [private] |
Postorder enum value | Changer | |
Preorder enum value | Changer | |
remove_ACP(ACP &acp, declNode *v) | copyPropChanger | [private, static] |
solve_global_dataflow(stmt_list) | copyPropChanger | [private] |
Subtree enum value | Changer | |
threeAddr_set typedef | copyPropChanger | |
threeAddr_set_p typedef | copyPropChanger | |
Var_pair typedef | copyPropChanger | [private] |
|