HomeSort by: relevance | last modified time | path
    Searched defs:walk_gimple_stmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-walk.cc 32 /* Walk all the statements in the sequence *PSEQ calling walk_gimple_stmt
33 on each one. WI is as in walk_gimple_stmt.
35 If walk_gimple_stmt returns non-NULL, the walk is stopped, and the
51 tree ret = walk_gimple_stmt (&gsi, callback_stmt, callback_op, wi);
87 /* Helper function for walk_gimple_stmt. Walk operands of a GIMPLE_ASM. */
161 /* Helper function of WALK_GIMPLE_STMT. Walk every tree operand in
162 STMT. CALLBACK_OP and WI are as in WALK_GIMPLE_STMT.
579 walk_gimple_stmt (gimple_stmt_iterator *gsi, walk_stmt_fn callback_stmt, function
  /src/external/gpl3/gcc/dist/gcc/
gimple-walk.cc 32 /* Walk all the statements in the sequence *PSEQ calling walk_gimple_stmt
33 on each one. WI is as in walk_gimple_stmt.
35 If walk_gimple_stmt returns non-NULL, the walk is stopped, and the
51 tree ret = walk_gimple_stmt (&gsi, callback_stmt, callback_op, wi);
97 /* Helper function for walk_gimple_stmt. Walk operands of a GIMPLE_ASM. */
171 /* Helper function of WALK_GIMPLE_STMT. Walk every tree operand in
172 STMT. CALLBACK_OP and WI are as in WALK_GIMPLE_STMT.
595 walk_gimple_stmt (gimple_stmt_iterator *gsi, walk_stmt_fn callback_stmt, function

Completed in 17 milliseconds