Home
last modified time | relevance | path

Searched refs:block_ptr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov.c1100 calculate_branch_probs (block_ptr, line_info, function) in calculate_branch_probs() argument
1101 struct bb_info *block_ptr; in calculate_branch_probs()
1108 total = block_ptr->exec_count;
1109 for (arcptr = block_ptr->succ; arcptr; arcptr = arcptr->succ_next)
1303 struct bb_info *block_ptr = NULL; /* current block ptr */ local
1346 calculate_branch_probs (block_ptr, line_ptr, func_ptr);
1361 block_ptr = current_graph->bb_graph;
1389 calculate_branch_probs (block_ptr, line_ptr, func_ptr);
1392 block_ptr++;
1408 if (!line_ptr->count && block_ptr->exec_count)
[all …]
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp107 Block *block_ptr = m_frames[0]->GetFrameBlock(); in ResetCurrentInlinedDepth() local
108 if (!block_ptr) in ResetCurrentInlinedDepth()
115 if (!block_ptr->GetRangeContainingAddress(pc_as_address, containing_range) || in ResetCurrentInlinedDepth()
178 for (Block *container_ptr = block_ptr->GetInlinedParent(); in ResetCurrentInlinedDepth()