Searched defs:succ_count (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DProfileInfo.cpp382 int succ_count = 0; local
388 if (*BBI == SecondBB) succ_count++;
392 if (getExecutionCount(NewBB) == ProfileInfo::MissingValue) succ_count++;
395 succ_count = 1;
400 double neww = floor(w / succ_count);
404 if (succ_count == 1) {
/external/dbus/test/
H A Ddecode-gcov.c630 dbus_int64_t succ_count; member in struct:Block
691 function->block_graph[source].succ_count += 1;
994 current_func->block_graph[current_block].succ_count -= 1;
1090 current_func->block_graph[current_block].succ_count -= 1;
1158 if (block_graph[i].succ_count == 0)
1181 if (block_graph[i].succ_count == 1)
1200 block_graph[i].succ_count -= 1;
1226 block_graph[arc->source].succ_count -= 1;
1240 if (block_graph[i].succ_count || block_graph[i].pred_count)
1249 fprintf (stderr, " block %d has succ_count
[all...]

Completed in 875 milliseconds