HomeSort by relevance Sort by last modified time
    Searched defs:EDGE_COUNT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/android/
edge_effect.h 33 EDGE_COUNT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 512 #define EDGE_CRITICAL_P(e) (EDGE_COUNT ((e)->src->succs) >= 2 \
513 && EDGE_COUNT ((e)->dest->preds) >= 2)
515 #define EDGE_COUNT(ev) vec_safe_length (ev)
525 return EDGE_COUNT (bb->succs) == 1;
533 return EDGE_COUNT (bb->preds) == 1;
610 i.index = EDGE_COUNT (*ev) - 1;
620 return (i.index == EDGE_COUNT (ei_container (i)));
628 return (i.index + 1 == EDGE_COUNT (ei_container (i)));
635 gcc_checking_assert (i->index < EDGE_COUNT (ei_container (*i)));
    [all...]

Completed in 3601 milliseconds