Searched refs:superblocks (Results 1 – 6 of 6) sorted by relevance
76 TAILQ_HEAD(superblocks, superblock);216 struct superblocks *);266 struct superblocks superblocks; in pfctl_optimize_ruleset() local298 TAILQ_INIT(&superblocks); in pfctl_optimize_ruleset()303 if (load_feedback_profile(pf, &superblocks)) in pfctl_optimize_ruleset()313 while ((block = TAILQ_FIRST(&superblocks))) { in pfctl_optimize_ruleset()314 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset()846 load_feedback_profile(struct pfctl *pf, struct superblocks *superblocks) in load_feedback_profile() argument849 struct superblocks prof_superblocks; in load_feedback_profile()894 block = TAILQ_FIRST(superblocks); in load_feedback_profile()[all …]
1098 sbitmap superblocks; in break_superblocks() local1102 superblocks = sbitmap_alloc (last_basic_block); in break_superblocks()1103 sbitmap_zero (superblocks); in break_superblocks()1109 SET_BIT (superblocks, bb->index); in break_superblocks()1116 find_many_sub_basic_blocks (superblocks); in break_superblocks()1119 free (superblocks); in break_superblocks()
782 fsched2-use-superblocks
336 -fsched2-use-superblocks @gol5107 @item -fsched2-use-superblocks5108 @opindex fsched2-use-superblocks5120 Use @option{-fsched2-use-superblocks} algorithm when scheduling after register5122 size of superblocks using tracer pass. See @option{-ftracer} for details on
535 -fsched2-use-superblocks4792 `-fsched2-use-superblocks'4804 Use `-fsched2-use-superblocks' algorithm when scheduling after4806 order to increase the size of superblocks using tracer pass. See
5184 superblocks too.