Searched refs:BB_NONTHREADABLE_BLOCK (Results 1 – 4 of 4) sorted by relevance
57 BB_NONTHREADABLE_BLOCK = 2 enumerator303 if (BB_FLAGS (b) & BB_NONTHREADABLE_BLOCK)312 BB_SET_FLAG (b, BB_NONTHREADABLE_BLOCK);322 BB_SET_FLAG (b, BB_NONTHREADABLE_BLOCK);360 BB_SET_FLAG (b, BB_NONTHREADABLE_BLOCK);402 BB_SET_FLAG (b, BB_NONTHREADABLE_BLOCK);
12442 * cfgcleanup.c (bb_flags): Add BB_NONTHREADABLE_BLOCK.12443 (thread_jump): Set BB_NONTHREADABLE_BLOCK, check it.
272 if (b->flags & BB_NONTHREADABLE_BLOCK) in thread_jump()281 b->flags |= BB_NONTHREADABLE_BLOCK; in thread_jump()291 b->flags |= BB_NONTHREADABLE_BLOCK; in thread_jump()329 b->flags |= BB_NONTHREADABLE_BLOCK; in thread_jump()373 b->flags |= BB_NONTHREADABLE_BLOCK; in thread_jump()2160 b->flags &= ~(BB_FORWARDER_BLOCK | BB_NONTHREADABLE_BLOCK); in try_optimize_cfg()
340 BB_NONTHREADABLE_BLOCK = 4096 enumerator