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

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-predicate.cc 72 ipa_predicate::add_clause (conditions conditions, clause_t new_clause) function in class:ipa_predicate
197 add_clause (NULL, p.m_clause[i]);
223 out.add_clause (conditions, m_clause[i] | p.m_clause[j]);
488 out.add_clause (NULL, possible_truths & m_clause[j]);
  /src/external/gpl3/gcc/dist/gcc/
ipa-predicate.cc 74 ipa_predicate::add_clause (conditions conditions, clause_t new_clause) function in class:ipa_predicate
200 add_clause (NULL, p.m_clause[i]);
226 out.add_clause (conditions, m_clause[i] | p.m_clause[j]);
496 out.add_clause (NULL, possible_truths & m_clause[j]);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 2168 (** [add_clause lp clause] adds the clause to the [landingpad]instruction.
2170 val add_clause : llvalue -> llvalue -> unit var
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 6741 add_clause (gfc_symbol *sym, gfc_omp_map_op map_op) function
6784 add_clause (sym, map_op);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 6525 add_clause (gfc_symbol *sym, gfc_omp_map_op map_op) function
6568 add_clause (sym, map_op);

Completed in 43 milliseconds