/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | analyzer.cc | 71 hash_set<tree> *visited) in get_diagnostic_tree_for_gassign_1() 121 hash_set<tree> *visited) in maybe_reconstruct_from_def_stmt() 174 fixup_tree_for_diagnostic_1 (tree expr, hash_set<tree> *visited) in fixup_tree_for_diagnostic_1() 204 hash_set<tree> visited; in fixup_tree_for_diagnostic() local 213 hash_set<tree> visited; in get_diagnostic_tree_for_gassign() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-chrec.cc | 940 chrec_contains_symbols (const_tree chrec, hash_set<const_tree> &visited, in chrec_contains_symbols() 981 hash_set<const_tree> visited; in chrec_contains_symbols() local 990 hash_set<const_tree> &visited) in chrec_contains_symbols_defined_in_loop() 1038 hash_set<const_tree> visited; in chrec_contains_symbols_defined_in_loop() local 1045 chrec_contains_undetermined (const_tree chrec, hash_set<const_tree> &visited) in chrec_contains_undetermined() 1068 hash_set<const_tree> visited; in chrec_contains_undetermined() local 1077 tree_contains_chrecs (const_tree expr, int *size, hash_set<const_tree> &visited) in tree_contains_chrecs() 1103 hash_set<const_tree> visited; in tree_contains_chrecs() local
|
H A D | cfganal.cc | 78 auto_sbitmap visited (last_basic_block_for_fn (fun)); in mark_dfs_back_edges() local 668 auto_sbitmap visited (last_basic_block_for_fn (cfun)); in post_order_compute() local 768 auto_bitmap visited; in dfs_find_deadend() local 837 auto_sbitmap visited (last_basic_block_for_fn (cfun)); in inverted_post_order_compute() local 998 auto_bb_flag visited (fn); in pre_and_rev_post_order_compute_fn() local 1173 auto_bb_flag visited (fn); in rev_post_order_and_mark_dfs_back_seme() local 1568 auto_bb_flag visited (cfun); in dfs_enumerate_from() local 1897 auto_sbitmap visited (last_basic_block_for_fn (cfun)); in single_pred_before_succ_order() local
|
H A D | tree-vect-slp.cc | 2559 dot_slp_tree (FILE *f, slp_tree node, hash_set<slp_tree> &visited) in dot_slp_tree() 2587 hash_set<slp_tree> visited; in dot_slp_tree() local 2599 slp_tree node, hash_set<slp_tree> &visited) in vect_print_slp_graph() 2618 hash_set<slp_tree> visited; in vect_print_slp_graph() local 2625 vect_mark_slp_stmts (slp_tree node, hash_set<slp_tree> &visited) in vect_mark_slp_stmts() 2648 hash_set<slp_tree> visited; in vect_mark_slp_stmts() local 2655 vect_mark_slp_stmts_relevant (slp_tree node, hash_set<slp_tree> &visited) in vect_mark_slp_stmts_relevant() 2682 hash_set<slp_tree> visited; in vect_mark_slp_stmts_relevant() local 2691 hash_set<slp_tree> &visited) in vect_gather_slp_loads() 2946 hash_set<slp_tree> *visited) in vect_match_slp_patterns_2() [all …]
|
H A D | gimple-warn-recursion.cc | 171 auto_bitmap visited; in execute() local
|
H A D | tree-ssa-threadedge.cc | 789 bitmap visited) in thread_around_empty_blocks() 902 edge e, bitmap visited) in thread_through_normal_block() 1068 auto_bitmap visited; in thread_across_edge() local
|
H A D | hw-doloop.h | 100 bool visited; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-chrec.c | 940 chrec_contains_symbols (const_tree chrec, hash_set<const_tree> &visited, in chrec_contains_symbols() 981 hash_set<const_tree> visited; in chrec_contains_symbols() local 990 hash_set<const_tree> &visited) in chrec_contains_symbols_defined_in_loop() 1038 hash_set<const_tree> visited; in chrec_contains_symbols_defined_in_loop() local 1045 chrec_contains_undetermined (const_tree chrec, hash_set<const_tree> &visited) in chrec_contains_undetermined() 1068 hash_set<const_tree> visited; in chrec_contains_undetermined() local 1077 tree_contains_chrecs (const_tree expr, int *size, hash_set<const_tree> &visited) in tree_contains_chrecs() 1103 hash_set<const_tree> visited; in tree_contains_chrecs() local
|
H A D | tree-vect-slp.c | 1600 slp_tree node, hash_set<slp_tree> &visited) in vect_print_slp_tree() 1651 hash_set<slp_tree> visited; in vect_print_slp_tree() local 1658 vect_mark_slp_stmts (slp_tree node, hash_set<slp_tree> &visited) in vect_mark_slp_stmts() 1680 hash_set<slp_tree> visited; in vect_mark_slp_stmts() local 1687 vect_mark_slp_stmts_relevant (slp_tree node, hash_set<slp_tree> &visited) in vect_mark_slp_stmts_relevant() 1713 hash_set<slp_tree> visited; in vect_mark_slp_stmts_relevant() local 1762 hash_set<slp_tree> &visited) in vect_slp_rearrange_stmts() 1867 hash_set<slp_tree> visited; in vect_attempt_slp_rearrange_stmts() local 1895 hash_set<slp_tree> &visited) in vect_gather_slp_loads() 1921 hash_set<slp_tree> visited; in vect_gather_slp_loads() local [all …]
|
H A D | tree-ssa-threadedge.c | 900 bitmap visited, in thread_around_empty_blocks() 1045 bitmap visited) in thread_through_normal_block() 1243 bitmap visited = BITMAP_ALLOC (NULL); in thread_across_edge() local
|
H A D | hw-doloop.h | 100 bool visited; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UnreachableCodeChecker.cpp | 51 CFGBlocksSet reachable, visited; in checkEndAnalysis() local 180 CFGBlocksSet &visited) { in FindUnreachableEntryPoints()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CFGReachabilityAnalysis.cpp | 44 llvm::BitVector visited(analyzed.size()); in mapReachability() local
|
/netbsd-src/sbin/fsck_lfs/ |
H A D | pass0.c | 105 char *visited; in pass0() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 237 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper() 271 DenseSet<SDNode *> visited; in setSubgraphColor() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ginsn.h | 208 bool visited; member 329 bool visited; member 349 bool visited; member
|
/netbsd-src/usr.bin/nbperf/ |
H A D | nbperf-bdz.c | 74 uint32_t *visited; member
|
H A D | nbperf-chm.c | 79 uint8_t *visited; member
|
H A D | graph2.h | 79 uint8_t *visited; in SIZED() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_bvgraph.h | 111 &visited = t2; in isReachable() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_bvgraph.h | 112 &visited = t2; in isReachable() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_bvgraph.h | 113 &visited = t2; in isReachable() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | provider_conf.c | 80 static int provider_conf_params_internal(OSSL_PROVIDER *prov, in provider_conf_params_internal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontierImpl.h | 166 SmallPtrSet<BlockT *, 32> visited; in calculate() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | coroutines.cc | 3196 hash_set<tree> visited; in maybe_promote_temps() local 3453 hash_set<tree> visited; in await_statement_walker() local 3493 hash_set<tree> visited; in await_statement_walker() local 3588 hash_set<tree> visited; in await_statement_walker() local 3618 hash_set<tree> visited; in await_statement_walker() local 3644 hash_set<tree> visited; in await_statement_walker() local 3713 hash_set<tree> visited; in await_statement_walker() local 3725 hash_set<tree> visited; in await_statement_walker() local 3765 hash_set<tree *> *visited; member 4198 hash_set<tree *> visited; in coro_rewrite_function_body() local
|