Searched refs:check_ssa_operands (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa.h86 checking_verify_ssa (bool check_modified_stmt, bool check_ssa_operands) argument
89 verify_ssa (check_modified_stmt, check_ssa_operands);
H A Dtree-ssa.c1043 verify_ssa (bool check_modified_stmt, bool check_ssa_operands) argument
1148 if (check_ssa_operands && verify_ssa_operands (cfun, stmt))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa.h112 checking_verify_ssa (bool check_modified_stmt, bool check_ssa_operands) argument
115 verify_ssa (check_modified_stmt, check_ssa_operands);
H A Dtree-ssa.cc1046 verify_ssa (bool check_modified_stmt, bool check_ssa_operands) argument
1151 if (check_ssa_operands && verify_ssa_operands (cfun, stmt))

Completed in 191 milliseconds