Searched refs:STMT (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-operands.h114 #define DEF_OPS(STMT) (stmt_ann (STMT)->operands.def_ops)
115 #define USE_OPS(STMT) (stmt_ann (STMT)->operands.use_ops)
116 #define VUSE_OPS(STMT) (stmt_ann (STMT)->operands.vuse_ops)
117 #define MAYDEF_OPS(STMT) (stmt_ann (STMT)->operands.maydef_ops)
118 #define MUSTDEF_OPS(STMT) (stmt_ann (STMT)
[all...]
H A Dtree-flow.h250 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \
251 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
253 (STMT) = next_imm_use_stmt (&(ITER)))
H A Dtree-ssa-loop-im.c103 #define LIM_DATA(STMT) (TREE_CODE (STMT) == PHI_NODE \
105 : (struct lim_aux_data *) (stmt_ann (STMT)->common.aux))
227 /* If it is possible to hoist the statement STMT unconditionally,
229 If it is possible to hoist the statement STMT, but we must avoid making
412 /* Returns an estimate for a cost of statement STMT. TODO -- the values here
470 STMT and store it to LIM_DATA (STMT)->max_loop. To do this we determine
471 the outermost loop in that the value computed by STMT is invariant.
473 we preserve the fact whether STMT i
[all...]
H A Dtree-ssa-operands.c375 of immediate uses. STMT is the current statement. */
377 #define INITIALIZE_USE(USE_PTR, VAL, STMT) \
381 link_imm_use_stmt ((USE_PTR), *(VAL), (STMT)); \
397 /* Adds OP to the list of uses of statement STMT after LAST, and moves
410 /* Adds OP to the list of vuses of statement STMT after LAST, and moves
424 /* Adds OP to the list of maydefs of statement STMT after LAST, and moves
439 /* Adds OP to the list of mustdefs of statement STMT after LAST, and moves
454 /* Takes elements from build_defs and turns them into def operands of STMT.
525 /* This routine will create stmt operands for STMT from the def build list. */
541 /* Takes elements from build_uses and turns them into use operands of STMT
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTFwd.h21 #define STMT(DERIVED, BASE) class DERIVED; macro
H A DStmtVisitor.h102 #define ABSTRACT_STMT(STMT)
103 #define STMT(CLASS, PARENT) \ macro
111 #define STMT(CLASS, PARENT) \ macro
H A DASTTypeTraits.h81 #define STMT(DERIVED, BASE) NKI_##DERIVED, macro
130 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED) macro
H A DRecursiveASTVisitor.h260 #define ABSTRACT_STMT(STMT)
261 #define STMT(CLASS, PARENT) \ macro
264 // The above header #undefs ABSTRACT_STMT and STMT upon exit.
269 #define STMT(CLASS, PARENT) \ macro
528 #define ABSTRACT_STMT(STMT)
529 #define STMT(CLASS, PARENT) \ macro
584 #define ABSTRACT_STMT(STMT)
585 #define STMT(CLASS, PARENT) \ macro
1890 #define DEF_TRAVERSE_STMT(STMT, CODE) \
1892 bool RecursiveASTVisitor<Derived>::Traverse##STMT (STM
[all...]
H A DStmt.h108 #define STMT(CLASS, PARENT) CLASS##Class, macro
113 #define ABSTRACT_STMT(STMT)
/freebsd-9.3-release/sys/fs/coda/
H A Dcnode.h82 #define CODADEBUG(N, STMT) do { \
84 STMT \
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h85 template <typename STMT>
89 ((const CHECKER *)checker)->checkPreStmt(cast<STMT>(S), C);
93 return isa<STMT>(S);
104 template <typename STMT>
108 ((const CHECKER *)checker)->checkPostStmt(cast<STMT>(S), C);
112 return isa<STMT>(S);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTTypeTraits.cpp35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, macro
H A DStmt.cpp43 #define ABSTRACT_STMT(STMT)
44 #define STMT(CLASS, PARENT) \ macro
174 #define STMT(type, base) \ macro
185 #define STMT(type, base) \ macro
222 #define STMT(type, base) \ macro
235 #define STMT(type, base) \ macro
247 #define STMT(type, base) \ macro
H A DExprClassification.cpp109 #define STMT(Kind, Base) case Expr::Kind##Class: macro
H A DStmtPrinter.cpp102 #define STMT(CLASS, PARENT) \ macro
H A DStmtProfile.cpp38 #define STMT(Node, Base) void Visit##Node(const Node *S); macro
H A DExpr.cpp226 #define STMT(type, base) \ macro
1679 #define STMT(Type, Base) macro
2791 #define STMT(Type, Base) case Type##Class: macro
H A DItaniumMangle.cpp2544 #define STMT(Type, Base) \ macro
H A DExprConstant.cpp8229 #define STMT(Node, Base) case Expr::Node##Class:
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1096 #define STMT(CLASS, PARENT) case Expr::CLASS##Class: macro
1100 #define ABSTRACT_STMT(STMT)
H A DTreeTransform.h613 #define STMT(Node, Parent) \ macro
2671 #define STMT(Node, Parent) \ macro
2678 #define STMT(Node, Parent) macro
2719 #define STMT(Node, Parent) case Stmt::Node##Class: break; macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp92 #define STMT(Type, Base) macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp46 #define STMT(Type, Base) \ macro
H A DASTReaderStmt.cpp102 #define STMT(Type, Base) \ macro

Completed in 307 milliseconds