Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c808 finish_while_stmt_cond (tree cond, tree while_stmt, bool ivdep, in finish_while_stmt_cond()
873 finish_do_stmt (tree cond, tree do_stmt, bool ivdep, unsigned short unroll) in finish_do_stmt()
993 finish_for_cond (tree cond, tree for_stmt, bool ivdep, unsigned short unroll) in finish_for_cond()
H A Dparser.c11678 cp_parser_for (cp_parser *parser, bool ivdep, unsigned short unroll) in cp_parser_for()
11696 cp_parser_c_for (cp_parser *parser, tree scope, tree init, bool ivdep, in cp_parser_c_for()
11748 bool ivdep, unsigned short unroll) in cp_parser_range_for()
11924 bool ivdep, unsigned short unroll) in cp_convert_range_for()
12154 cp_parser_iteration_statement (cp_parser* parser, bool *if_p, bool ivdep, in cp_parser_iteration_statement()
39003 const bool ivdep = cp_parser_pragma_ivdep (parser, pragma_tok); in cp_parser_pragma() local
39037 bool ivdep; in cp_parser_pragma() local
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c5903 c_parser_while_statement (c_parser *parser, bool ivdep, unsigned short unroll, in c_parser_while_statement()
5959 c_parser_do_statement (c_parser *parser, bool ivdep, unsigned short unroll) in c_parser_do_statement()
6058 c_parser_for_statement (c_parser *parser, bool ivdep, unsigned short unroll, in c_parser_for_statement()
11110 const bool ivdep = c_parse_pragma_ivdep (parser); in c_parser_pragma() local
11135 bool ivdep; in c_parser_pragma() local