Home | History | Annotate | Download | only in include

Lines Matching refs:STMT

291   gimple stmt;
446 this marker node is uniquely identified by having null stmt *and* a
465 /* This node is inserted and used to mark the end of the uses for a stmt. */
481 /* Use this iterator to visit each stmt which has a use of SSAVAR. */
483 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \
484 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
486 (STMT) = next_imm_use_stmt (&(ITER)))
499 get access to each occurrence of ssavar on the stmt returned by
502 FOR_EACH_IMM_USE_STMT (stmt, iter, var)
508 update_stmt (stmt);
645 /* Block containing the omp directive as its last stmt. */
648 /* Block containing the OMP_RETURN as its last stmt. */
651 /* Block containing the OMP_CONTINUE as its last stmt. */
682 /* Location to track pending stmt for edge insertion. */