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

  /src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc 483 int then_mod_ok; /* whether conditional mods are ok in THEN */
710 then_mod_ok = (else_bb == NULL_BLOCK);
719 then_mod_ok)))
481 int then_mod_ok; \/* whether conditional mods are ok in THEN *\/ local
  /src/external/gpl3/gcc/dist/gcc/
ifcvt.cc 483 bool then_mod_ok; /* whether conditional mods are ok in THEN */
710 then_mod_ok = (else_bb == NULL_BLOCK);
719 then_mod_ok)))
481 bool then_mod_ok; \/* whether conditional mods are ok in THEN *\/ local

Completed in 35 milliseconds