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

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 258 tree name_defined_by_phi; member in class:dref_d
2492 a->name_defined_by_phi = PHI_RESULT (a->stmt);
2498 /* For each reference in CHAINS, if name_defined_by_phi is not
2512 a->stmt = SSA_NAME_DEF_STMT (a->name_defined_by_phi);
2514 a->name_defined_by_phi = NULL_TREE;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 258 tree name_defined_by_phi; member in class:dref_d
2461 a->name_defined_by_phi = PHI_RESULT (a->stmt);
2467 /* For each reference in CHAINS, if name_defined_by_phi is not
2481 a->stmt = SSA_NAME_DEF_STMT (a->name_defined_by_phi);
2483 a->name_defined_by_phi = NULL_TREE;

Completed in 27 milliseconds