Searched refs:tsi (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgimple-low.c182 tree_stmt_iterator tsi; local
184 for (tsi = tsi_start (expr); !tsi_end_p (tsi); )
185 lower_stmt (&tsi, data);
193 lower_omp_directive (tree_stmt_iterator *tsi, struct lower_data *data) argument
197 stmt = tsi_stmt (*tsi);
200 tsi_link_before (tsi, stmt, TSI_SAME_STMT);
201 tsi_link_before (tsi, OMP_BODY (stmt), TSI_SAME_STMT);
203 tsi_delink (tsi);
210 lower_stmt (tree_stmt_iterator *tsi, struc argument
292 lower_bind_expr(tree_stmt_iterator *tsi, struct lower_data *data) argument
461 lower_cond_expr(tree_stmt_iterator *tsi, struct lower_data *data) argument
556 lower_return_expr(tree_stmt_iterator *tsi, struct lower_data *data) argument
646 lower_builtin_setjmp(tree_stmt_iterator *tsi) argument
[all...]
H A Dtree-mudflap.c448 tree_stmt_iterator tsi; local
475 for (tsi = tsi_start (shift_init_stmts);
476 ! tsi_end_p (tsi);
477 tsi_next (&tsi))
478 insert_edge_copies (tsi_stmt (tsi), ENTRY_BLOCK_PTR);
480 for (tsi = tsi_start (mask_init_stmts);
481 ! tsi_end_p (tsi);
482 tsi_next (&tsi))
483 insert_edge_copies (tsi_stmt (tsi), ENTRY_BLOCK_PTR);
501 tree_stmt_iterator head, tsi; local
[all...]
H A Dtree-nested.c386 init_tmp_var (struct nesting_info *info, tree exp, tree_stmt_iterator *tsi) argument
392 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
393 tsi_link_before (tsi, stmt, TSI_SAME_STMT);
401 tsi_gimplify_val (struct nesting_info *info, tree exp, tree_stmt_iterator *tsi) argument
406 return init_tmp_var (info, exp, tsi);
414 tree_stmt_iterator *tsi)
420 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
421 tsi_link_after (tsi, stmt, TSI_SAME_STMT);
613 wi->tsi = i;
798 tree_stmt_iterator *tsi)
413 save_tmp_var(struct nesting_info *info, tree exp, tree_stmt_iterator *tsi) argument
795 get_static_chain(struct nesting_info *info, tree target_context, tree_stmt_iterator *tsi) argument
827 get_frame_field(struct nesting_info *info, tree target_context, tree field, tree_stmt_iterator *tsi) argument
[all...]
H A Dlambda-code.c1537 tree_stmt_iterator tsi; local
1548 tsi = tsi_last (stmts);
1549 tsi_link_after (&tsi, stmt, TSI_CONTINUE_LINKING);
1566 tsi = tsi_last (stmts);
1567 tsi_link_after (&tsi, stmt, TSI_CONTINUE_LINKING);
1575 tsi = tsi_last (stmts);
1576 tsi_link_after (&tsi, stmt, TSI_CONTINUE_LINKING);
1590 tsi = tsi_last (stmts);
1591 tsi_link_after (&tsi, stmt, TSI_CONTINUE_LINKING);
1620 tree_stmt_iterator tsi; local
[all...]
H A Dtree-gimple.h168 tree_stmt_iterator tsi; member in struct:walk_stmt_info
H A Dtree-flow-inline.h650 bsi.tsi = tsi_start (bb->stmt_list);
654 bsi.tsi.ptr = NULL;
655 bsi.tsi.container = NULL;
682 bsi.tsi = tsi_last (bb->stmt_list);
686 bsi.tsi.ptr = NULL;
687 bsi.tsi.container = NULL;
698 return tsi_end_p (i.tsi);
706 tsi_next (&i->tsi);
714 tsi_prev (&i->tsi);
722 return tsi_stmt (i.tsi);
[all...]
H A Dtree-eh.c391 tree_stmt_iterator *tsi)
409 tsi_link_after (tsi, label, TSI_CONTINUE_LINKING);
410 tsi_link_after (tsi, new, TSI_CONTINUE_LINKING);
419 replace_goto_queue_1 (tree t, struct leh_tf_state *tf, tree_stmt_iterator *tsi)
428 tsi_link_before (tsi, t, TSI_SAME_STMT);
429 tsi_delink (tsi);
435 replace_goto_queue_cond_clause (&COND_EXPR_THEN (t), tf, tsi);
436 replace_goto_queue_cond_clause (&COND_EXPR_ELSE (t), tf, tsi);
459 tsi_next (tsi);
385 replace_goto_queue_cond_clause(tree *tp, struct leh_tf_state *tf, tree_stmt_iterator *tsi) argument
414 replace_goto_queue_1(tree t, struct leh_tf_state *tf, tree_stmt_iterator *tsi) argument
430 replace_goto_queue_cond_clause (&COND_EXPR_THEN (t), tf, tsi); local
431 replace_goto_queue_cond_clause (&COND_EXPR_ELSE (t), tf, tsi); local
H A Dtree-sra.c2192 tree_stmt_iterator tsi;
2196 tsi = tsi_start (list);
2197 first = tsi_stmt (tsi);
2198 tsi_delink (&tsi);
2203 if (!tsi_end_p (tsi))
2212 walk_tree (tsi_stmt_ptr (tsi), mark_notrap, NULL, NULL);
2213 tsi_next (&tsi);
2215 while (!tsi_end_p (tsi));
2185 tree_stmt_iterator tsi; local
H A Domp-low.c3597 tree_stmt_iterator tsi;
3608 tsi = tsi_start (OMP_SECTIONS_BODY (stmt));
3609 for (len = 0; !tsi_end_p (tsi); len++, tsi_next (&tsi))
3612 tsi = tsi_start (OMP_SECTIONS_BODY (stmt));
3614 for (i = 0; i < len; i++, tsi_next (&tsi))
3619 sec_start = tsi_stmt (tsi);
4256 tsi_link_before (&wi->tsi, pre, TSI_SAME_STMT);
4262 init_tmp_var (tree exp, tree_stmt_iterator *tsi)
4270 SET_EXPR_LOCUS (stmt, EXPR_LOCUS (tsi_stmt (*tsi)));
3595 tree_stmt_iterator tsi; local
4260 init_tmp_var(tree exp, tree_stmt_iterator *tsi) argument
4278 save_tmp_var(tree exp, tree_stmt_iterator *tsi) argument
[all...]
H A Dtree-ssa-pre.c2323 tree_stmt_iterator tsi; local
2416 tsi = tsi_start (forced_stmts);
2417 for (; !tsi_end_p (tsi); tsi_next (&tsi))
2419 tree stmt = tsi_stmt (tsi);
2430 tsi = tsi_last (stmts);
2431 tsi_link_after (&tsi, forced_stmts, TSI_CONTINUE_LINKING);
2453 tsi = tsi_last (stmts);
2454 tsi_link_after (&tsi, newexpr, TSI_CONTINUE_LINKING);
H A Dtree-flow.h472 tree_stmt_iterator tsi; member in struct:__anon1217
H A Dtree-cfg.c2864 tsi_link_before (&i->tsi, t, (enum tsi_iterator_update) m);
2877 tsi_link_after (&i->tsi, t, (enum tsi_iterator_update) m);
2897 tsi_delink (&i->tsi);
4263 new_bb->stmt_list = tsi_split_statement_list_before (&bsi.tsi);
/freebsd-9.3-release/usr.bin/script/
H A Dscript.c425 struct timespec tsi, tso; local
463 tsi = tso;
477 tsi.tv_sec = tso.tv_sec - tsi.tv_sec;
478 tsi.tv_nsec = tso.tv_nsec - tsi.tv_nsec;
479 if (tsi.tv_nsec < 0) {
480 tsi.tv_sec -= 1;
481 tsi.tv_nsec += 1000000000;
484 (void)nanosleep(&tsi, NUL
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1283 TypeSourceInfo *tsi,
1291 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1304 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1309 /*ValueDependent=*/tsi->getType()->isDependentType(),
1310 tsi->getType()->isInstantiationDependentType(),
1311 tsi->getType()->containsUnexpandedParameterPack()),
1312 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1281 Create(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
1303 OffsetOfExpr(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp635 section_iterator tsi(Obj.end_sections());
636 check(TargetSymbol->getSection(tsi));
637 Rel.SectionID = findOrEmitSection(Obj, (*tsi), true, LocalSections);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1859 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1870 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1888 void setTypeSourceInfo(TypeSourceInfo *tsi) { argument
1889 TSInfo = tsi;

Completed in 231 milliseconds