HomeSort by: relevance | last modified time | path
    Searched defs:visited_phis (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 610 null instead of a visited_phis bitmap to avoid descending into
809 hash_set<gphi *> visited_phis; local
810 if (!is_addr_local (return_stmt, val, &locmap, &visited_phis))
gimple-predicate-analysis.cc 356 CMP_CODE is the comparison code used in the predicate, VISITED_PHIS
387 hash_set<gphi *> *visited_phis,
434 boundary_cst, cmp_code, visited_phis,
460 visited_phis))
2103 hash_set<gimple *> visited_phis; local
2104 collect_phi_def_edges (phi, cd_root, &def_edges, &visited_phis);
2183 VISITED_PHIS is a pointer set of phis being visited. */
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 610 null instead of a visited_phis bitmap to avoid descending into
807 hash_set<gphi *> visited_phis; local
808 if (!is_addr_local (return_stmt, val, &locmap, &visited_phis))
gimple-predicate-analysis.cc 451 CMP_CODE is the comparison code used in the predicate, VISITED_PHIS
483 hash_set<gphi *> *visited_phis,
530 boundary_cst, cmp_code, eval, visited_phis,
556 visited_phis))
1770 hash_set<gimple *> visited_phis; local
1771 collect_phi_def_edges (phi, cd_root, &def_edges, m_eval, &visited_phis);
1822 VISITED_PHIS is a pointer set of phis being visited. */

Completed in 23 milliseconds