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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-pre.cc 1232 basic_block phiblock = e->dest; local
1240 that dominates PHIBLOCK we can just use that. */
1242 || (gimple_bb (phi) != phiblock
1243 && dominated_by_p (CDI_DOMINATORS, phiblock, gimple_bb (phi))))
1246 /* We have pruned expressions that are killed in PHIBLOCK via
1251 phi = get_virtual_phi (phiblock);
1254 (get_immediate_dominator (CDI_DOMINATORS, phiblock));
1401 /* Translate EXPR using phis in PHIBLOCK, so that it has the values of
1410 basic_block phiblock = e->dest; local
1483 phiblock->index, pred->index)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc 1244 basic_block phiblock = e->dest; local
1252 that dominates PHIBLOCK we can just use that. */
1254 || (gimple_bb (phi) != phiblock
1255 && dominated_by_p (CDI_DOMINATORS, phiblock, gimple_bb (phi))))
1258 /* We have pruned expressions that are killed in PHIBLOCK via
1263 phi = get_virtual_phi (phiblock);
1266 (get_immediate_dominator (CDI_DOMINATORS, phiblock));
1413 /* Translate EXPR using phis in PHIBLOCK, so that it has the values of
1422 basic_block phiblock = e->dest; local
1495 phiblock->index, pred->index)
    [all...]

Completed in 21 milliseconds