Searched refs:after (Results 76 - 100 of 153) sorted by relevance

1234567

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vectorizer.c155 (struct loop *, struct loop *, bool after);
269 AFTER indicates whether NEW_LOOP executes before or after ORIG_LOOP:
270 AFTER is true if NEW_LOOP executes after ORIG_LOOP, and false if it
275 struct loop *new_loop, bool after)
284 edge entry_arg_e = (after ? orig_loop_latch : orig_entry_e);
304 case 2: NEW_LOOP was placed after ORIG_LOOP:
341 if (!after)
373 ==> The CFG after the guard-code was added:
385 ==> The CFG after this function:
450 iterations and used after th
273 slpeel_update_phis_for_duplicate_loop(struct loop *orig_loop, struct loop *new_loop, bool after) argument
[all...]
H A Dcfglayout.c78 /* Skip over inter-block insns occurring after BB which are typically
578 /* change_scope emits before the insn, not after. */
1223 Newly created basic blocks are put after the basic block AFTER in the
1229 struct loop *base, basic_block after)
1240 new_bb = new_bbs[i] = duplicate_block (bb, NULL, after);
1241 after = new_bb;
1217 copy_bbs(basic_block *bbs, unsigned n, basic_block *new_bbs, edge *edges, unsigned num_edges, edge *new_edges, struct loop *base, basic_block after) argument
H A Dgcse.c275 /* Note whether or not we should run jump optimization after gcse. We
673 /* Assume that we do not need to run jump optimizations after gcse. */
1371 in block BB before or after the insn with the CUID in UID_LIMIT.
1372 AVAIL_P is nonzero for kills after UID_LIMIT, and zero for kills
1723 /* GCSE commonly inserts instruction after the insn. We can't
1745 a set after the branch. */
1781 /* GCSE commonly inserts instruction after the insn. We can't
1802 a set after the branch. */
1992 will break after encountering a CALL_INSN. So, there's no
2850 /* Remove REG_EQUAL note after simplificatio
5858 load_kills_store(rtx x, rtx store_pattern, int after) argument
5873 find_loads(rtx x, rtx store_pattern, int after) argument
5910 store_killed_in_insn(rtx x, rtx x_regs, rtx insn, int after) argument
[all...]
H A Dtree-cfg.c60 via their TREE_CHAIN field, which we clear after we're done with the
198 We do this after cleaning up dead labels because otherwise we miss
253 that we can un-factor the gotos after we have converted back to
375 /* Create and return a new empty basic block after bb AFTER. */
378 create_bb (void *h, void *e, basic_block after) argument
394 link_block (bb, after);
1038 remove them until after we've created the CFG edges. */
1116 statement after gimplification. */
2857 after insertion (see enum bsi_iterator_update). */
2868 /* Insert statement (or statement list) T after th
4275 tree_move_block_after(basic_block bb, basic_block after) argument
4681 move_block_to_fn(struct function *dest_cfun, basic_block bb, basic_block after, bool update_edge_count_p, bitmap vars_to_remove, htab_t new_label_map, int eh_offset) argument
4861 basic_block after, bb, *entry_pred, *exit_succ; local
[all...]
H A Dtree-ssa-loop-manip.c45 INCR_POS (after it if AFTER is true, before it otherwise). INCR_POS and
47 of the variable before and after increment will be stored in VAR_BEFORE and
52 block_stmt_iterator *incr_pos, bool after,
109 if (after)
541 the increment should be inserted after *BSI. */
587 Notice that we do not completely update the SSA web after
589 after the loop has been duplicated. */
51 create_iv(tree base, tree step, tree var, struct loop *loop, block_stmt_iterator *incr_pos, bool after, tree *var_before, tree *var_after) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dparse.c735 return 0; /* but not after : or :: or > or space */
740 just_seen_right = 1; /* but not after : or :: */
1025 Meanwhile, advance *STRINGPTR to point after the expression,
1105 error ("Junk after end of expression.");
/freebsd-9.3-release/crypto/openssh/regress/
H A DMakefile27 stderr-after-eof \
/freebsd-9.3-release/etc/rc.d/
H A Djail160 debug "$_j exec after start #${i}: ${out}"
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscalls.c445 set after removing the known ones are printed at the end:
625 wrap. If we have to truncate put some ... after the string.
1233 clock_gettime(CLOCK_REALTIME, &trussinfo->curthread->after);
1237 timespecsubt(&trussinfo->curthread->after,
1244 timespecsubt(&trussinfo->curthread->after,
1275 clock_gettime(CLOCK_REALTIME, &trussinfo->curthread->after);
1276 timespecsubt(&trussinfo->curthread->after,
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c1351 /* .rodata can go after .text, .sdata2 after .rodata. */
1371 /* .sdata goes after .data, .sbss after .sdata. */
1392 /* .data goes after .rodata. */
1457 lang_output_section_statement_type *after,
1475 if (after != NULL)
1527 if (after != NULL)
1539 if (after != NULL)
1542 if (after !
1455 lang_insert_orphan(asection *s, const char *secname, lang_output_section_statement_type *after, struct orphan_save *place, etree_type *address, lang_statement_list_type *add_child) argument
4236 bfd_vma newdot, after; local
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console.c673 struct timeval before, after; local
701 gettimeofday(&after, NULL);
710 after.tv_usec - before.tv_usec);
/freebsd-9.3-release/contrib/binutils/gas/
H A Dapp.c353 3: after second white on line (into operands) (flush white)
354 4: after putting out a .linefile, put out digits
359 9: After seeing symbol char in state 3 (keep 1white after symchar)
646 line from just after the first white space. */
725 get a valid terminating character after seeing the
771 get a valid terminating character after seeing the
826 /* Only keep this white if there's no white *after* the
856 is ':', this is whitespace after a label name which we
879 PUT (' '); /* Sp after opco */
904 state = 10; /* Sp after symbo
[all...]
H A Dwrite.c125 /* We generally attach relocs to frag chains. However, after we have
126 chained these all together into a segment, any relocs we add after
360 /* Reset the section indices after removing the gas created sections. */
1797 the one that came after it in the chain. So we don't
2105 an extra 4 bytes of alignment just after the .align. This
2106 works because the data after the align is accessed relative to
2284 addressT after; local
2297 after = fragP->fr_next->fr_address;
2298 growth = target - after;
2332 fragP->fr_fix = after
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.c24 /* These need to be source after cvs.h or HAVE_MMAP won't be set... */
63 /* Points just after the last valid character in the buffer. */
952 * after a call to RCS_parse.
1818 We can just memcpy the rest of the buffer after
3727 /* Look for the first non alphabetic character after the '$'. */
3757 keyword after all. */
4868 ignoring differences in any component after the rightmost `.'. */
6359 char *after = NULL;
6548 after = NULL;
6607 after
6357 char *after = NULL; local
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp844 * as grohtml will place a .br after these commands if they
1216 * insert - inserts data after the current position.
1287 * insert_tag - inserts a tag after the current position.
1797 const char *replace_negate_str (const char *before, char *after) argument
1802 if (strlen(after) > 0) {
1803 int d = atoi(after);
1810 after[0] = '1';
1812 after[0] = '0';
1813 after[1] = (char)0;
1815 return after;
1818 replace_str(const char *before, const char *after) argument
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c402 * received just after an am wrap.
404 * An aggressive way to handle this would be to emit CR/LF after the
606 * Always return 1 for the next GoTo() after a PutRange() if we found
626 struct tms before, after; local
686 * un-attributed blanks are present before and after the attributed range;
837 /* show altered highlights after magic-cookie check */
930 (void) times(&after);
934 (long) (after.tms_stime - before.tms_stime),
935 (long) (after.tms_utime - before.tms_utime)));
1971 TR(TRACE_UPDATE, ("bumped to %d,%d after cooki
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr_leaf.c1642 int before, after, smallest, entsize; local
1670 before = after = -1;
1687 after = i;
1698 if ((before >= 0) || (after >= 0)) {
1699 if ((before >= 0) && (after >= 0)) {
1703 be16_to_cpu(hdr->freemap[after].size));
1704 hdr->freemap[after].base = 0;
1705 hdr->freemap[after].size = 0;
1710 map = &hdr->freemap[after];
/freebsd-9.3-release/usr.bin/lex/
H A Dflex.skl135 * done when it reached the ';' after the yyless() call.
189 * instead of fread(), to make sure we stop fetching input after
297 /* Done after the current pattern has been matched and before the
310 /* Macros after this point can all be overridden by user definitions in
411 /* No semi-colon after return; correct usage is to write "yyterminate();" -
412 * we don't want an extra ';' after the "return" because that will cause
444 /* Code executed at the beginning of each rule, after yytext and yyleng
609 * call the scanner after we return the
1121 * is looked at is after yywrap() is called, so it's safe
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Delf.sc22 # TEXT_START_ADDR - the first byte of the text segment, after any
32 # OTHER_GOT_SECTIONS - sections just after .got.
33 # OTHER_SDATA_SECTIONS - sections just after .sdata.
45 # INIT_START, INIT_END - statements just before and just after
47 # FINI_START, FINI_END - statements just before and just after
217 the crtend.o file until after the sorted ctors.
454 _end. Align after .bss to ensure correct alignment even if the
H A Dmep.sc21 # TEXT_START_ADDR - the first byte of the text segment, after any
29 # OTHER_GOT_SECTIONS - sections just after .got.
30 # OTHER_SDATA_SECTIONS - sections just after .sdata.
42 # INIT_START, INIT_END - statements just before and just after
44 # FINI_START, FINI_END - statements just before and just after
169 from the crtend.o file until after the sorted ctors.
389 _end. Align after .bss to ensure correct alignment even if the
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddpadd.mk188 # Further, they can't wait until after include of {lib,prog}.mk as
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dlex.c1301 Returns a pointer to the character after the last character written.
1302 FORSTRING is true if this is to be the spelling after translation
1622 the excess bytes to the new buffer. Chains the new buffer after
/freebsd-9.3-release/contrib/top/
H A DConfigure217 "LoadMax", then top will put the cursor home immediately after the space
324 echo "after $double."
/freebsd-9.3-release/share/mk/
H A Dbsd.cpu.mk75 # after /etc/make.conf so it can react to the local value of CPUTYPE
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks108 after REQUEST SENSE has been sent. The INQUIRY command does not
110 the initial INQUIRY data. This quirk signifies that after a unit
188 * Output from dmesg for successful attach attempts (after quirk added)

Completed in 497 milliseconds

1234567