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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sccvn.cc 195 /* Compare two phi entries for equality, ignoring VN_TOP arguments. */
393 tree VN_TOP;
464 newinfo->valnum = VN_TOP;
470 different than VN_TOP here. */
559 gcc_assert (x != VN_TOP);
579 gcc_assert (vuse != VN_TOP);
4816 /* Don't hash backedge values they need to be handled as VN_TOP
4822 if (phi1op == VN_TOP)
4865 /* Compare two phi entries for equality, ignoring VN_TOP arguments. */
4933 to be careful when matching VN_TOP. Be conservative an
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.cc 189 /* Compare two phi entries for equality, ignoring VN_TOP arguments. */
387 tree VN_TOP;
458 newinfo->valnum = VN_TOP;
464 different than VN_TOP here. */
553 gcc_assert (x != VN_TOP);
573 gcc_assert (vuse != VN_TOP);
4442 /* Don't hash backedge values they need to be handled as VN_TOP
4448 if (phi1op == VN_TOP)
4491 /* Compare two phi entries for equality, ignoring VN_TOP arguments. */
4558 to be careful when matching VN_TOP. Be conservative an
    [all...]

Completed in 20 milliseconds