Searched defs:NUM_GRAPHS (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp249 #define NUM_GRAPHS (NUM_NODES * (NUM_NODES - 1)) macro
252 /// Enumerate all graphs using NUM_GRAPHS bits.
253 static_assert(NUM_GRAPHS < sizeof(unsigned) * CHAR_BIT, "Too many graphs!");
254 for (unsigned GraphDescriptor = 0; GraphDescriptor < (1U << NUM_GRAPHS);

Completed in 114 milliseconds