Home
last modified time | relevance | path

Searched refs:inc_count (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_test_python.py285 def inc_count(node): function
288 root = root.map_descendant_bottom_up(inc_count)
302 def inc_count(node): function
305 root.foreach_descendant_top_down(inc_count)
309 def inc_count(node): function
312 root.foreach_descendant_top_down(inc_count)
Disl_test_cpp.cc194 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree() local
198 root.foreach_descendant_top_down(inc_count); in test_schedule_tree()
Disl_test_cpp-checked.cc198 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree() local
202 assert(root.foreach_descendant_top_down(inc_count).is_ok()); in test_schedule_tree()
Disl_test_cpp-generic.cc287 auto inc_count = [&count](isl::schedule_node node) { in test_schedule_tree_generic() local
291 root = root.map_descendant_bottom_up(inc_count); in test_schedule_tree_generic()
Disl_transitive_closure.c2590 static isl_stat inc_count(__isl_take isl_map *map, void *user) in inc_count() function
2718 if (isl_union_map_foreach_map(umap, inc_count, &n) < 0) in union_floyd_warshall()
2770 if (isl_union_map_foreach_map(umap, inc_count, &n) < 0) in union_components()
/external/autotest/client/common_lib/
Ddecorators_unittest.py24 def inc_count(self): member in InContextTest
43 args=(self.inc_count, iters))
/external/python/cpython2/Include/
Dobject.h729 PyAPI_FUNC(void) inc_count(PyTypeObject *);
731 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
/external/stressapptest/src/
Dworker.cc2463 int inc_count) { in CpuCacheCoherencyThread() argument
2468 cc_inc_count_ = inc_count; in CpuCacheCoherencyThread()
/external/python/cpython2/Objects/
Dobject.c139 inc_count(PyTypeObject *tp) in inc_count() function