Home
last modified time | relevance | path

Searched defs:ivdep (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc1128 finish_while_stmt_cond (tree cond, tree while_stmt, bool ivdep, in finish_while_stmt_cond()
1193 finish_do_stmt (tree cond, tree do_stmt, bool ivdep, unsigned short unroll) in finish_do_stmt()
1317 finish_for_cond (tree cond, tree for_stmt, bool ivdep, unsigned short unroll) in finish_for_cond()
Dparser.cc13447 cp_parser_for (cp_parser *parser, bool ivdep, unsigned short unroll) in cp_parser_for()
13483 cp_parser_c_for (cp_parser *parser, tree scope, tree init, bool ivdep, in cp_parser_c_for()
13535 bool ivdep, unsigned short unroll, bool is_omp) in cp_parser_range_for()
13796 bool ivdep, unsigned short unroll) in cp_convert_range_for()
14022 cp_parser_iteration_statement (cp_parser* parser, bool *if_p, bool ivdep, in cp_parser_iteration_statement()
47987 const bool ivdep = cp_parser_pragma_ivdep (parser, pragma_tok); in cp_parser_pragma() local
48021 bool ivdep; in cp_parser_pragma() local