Home
last modified time | relevance | path

Searched refs:check_modified_stmt (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa.h86 checking_verify_ssa (bool check_modified_stmt, bool check_ssa_operands) in checking_verify_ssa() argument
89 verify_ssa (check_modified_stmt, check_ssa_operands); in checking_verify_ssa()
H A Dtree-ssa.c1023 verify_ssa (bool check_modified_stmt, bool check_ssa_operands) in verify_ssa() argument
1120 if (check_modified_stmt && gimple_modified_p (stmt)) in verify_ssa()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa.c916 verify_ssa (bool check_modified_stmt) in verify_ssa() argument
991 if (check_modified_stmt && gimple_modified_p (stmt)) in verify_ssa()