Home
last modified time | relevance | path

Searched refs:Q_ITEM (Results 1 – 10 of 10) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dinduc.c442 Q_ITEM *p; in find_bivs()
552 register Q_ITEM *p; in is_biv()
589 static Q_ITEM *
592 Q_ITEM *p; in add_biv_def()
593 p = (Q_ITEM *)getitem(Q_AREA, sizeof(Q_ITEM)); in add_biv_def()
666 Q_ITEM *p; in scan_ind_uses()
1078 Q_ITEM *p; in add_du()
1141 Q_ITEM *p; in do_branch()
1227 Q_ITEM *p; in is_biv_store()
1249 Q_ITEM *p; in check_alias()
[all …]
H A Dfgraph.c33 static Q_ITEM *assigned_labels; /* labels appearing in ASSIGN statements */
97 Q_ITEM *endl; /* list of nodes waiting for end of control */ in flowgraph()
106 Q_ITEM *endi; in flowgraph()
225 endi = (Q_ITEM *)getitem(Q_AREA, sizeof(Q_ITEM)); in flowgraph()
271 endi = (Q_ITEM *)getitem(Q_AREA, sizeof(Q_ITEM)); in flowgraph()
282 endi = (Q_ITEM *)getitem(Q_AREA, sizeof(Q_ITEM)); in flowgraph()
426 endi = (Q_ITEM *)getitem(Q_AREA, sizeof(Q_ITEM)); in flowgraph()
495 Q_ITEM *q; in flowgraph()
927 Q_ITEM *q; in partition_blocks()
932 q = (Q_ITEM *)getitem(Q_AREA, sizeof(Q_ITEM)); in partition_blocks()
H A Dinduc.h73 Q_ITEM *bivl; /* list of basic induction definitions -
89 Q_ITEM *astl; /* list of ast assigned to this variable */
H A Doptimize.h85 } Q_ITEM; typedef
87 #define GET_Q_ITEM(q) q = (Q_ITEM *)getitem(Q_AREA, sizeof(Q_ITEM))
427 Q_ITEM *stl_par; /* list of nmes of non-private vars which are
H A Dflow.c1317 Q_ITEM *q; in bld_lhs()
1336 q = (Q_ITEM *)getitem(STL_AREA, sizeof(Q_ITEM)); in bld_lhs()
2022 Q_ITEM *f_q, *l_q, *q; in live_var()
2258 Q_ITEM *f_q, *l_q, *q, *h_q; in uninit_var()
2396 dump_queue(Q_ITEM *head) in dump_queue()
2733 Q_ITEM *f_q;
2734 Q_ITEM *l_q;
2747 Q_ITEM *q; in const_prop()
2892 Q_ITEM *q; in copy_const()
H A Dinvar.c1024 Q_ITEM *q; in is_sym_invariant_safe()
H A Doptutil.c274 Q_ITEM *q; in is_sym_optsafe()
354 Q_ITEM *q; in is_sym_live_safe()
H A Dfindloop.c1390 Q_ITEM *q; in __dump_loop()
H A Ddump.c2143 Q_ITEM *q; in dumploop()
/dports/devel/py-python-jenkins/python-jenkins-1.7.0/jenkins/
H A D__init__.py106 Q_ITEM = 'queue/item/%(number)d/api/json?depth=%(depth)s' variable
614 url = self._build_url(Q_ITEM, locals())