Searched refs:point_a (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | program-point.cc | 520 function_point::cmp_within_supernode_1 (const function_point &point_a, in cmp_within_supernode_1() argument 523 gcc_assert (point_a.get_supernode () == point_b.get_supernode ()); in cmp_within_supernode_1() 525 switch (point_a.m_kind) in cmp_within_supernode_1() 538 if (point_a.m_from_edge) in cmp_within_supernode_1() 539 a_src_idx = point_a.m_from_edge->m_src->m_index; in cmp_within_supernode_1() 560 return point_a.m_stmt_idx - point_b.m_stmt_idx; in cmp_within_supernode_1() 589 function_point::cmp_within_supernode (const function_point &point_a, in cmp_within_supernode() argument 592 int result = cmp_within_supernode_1 (point_a, point_b); in cmp_within_supernode() 596 int reversed = cmp_within_supernode_1 (point_b, point_a); in cmp_within_supernode() 606 function_point::cmp (const function_point &point_a, in cmp() argument [all …]
|
| H A D | program-point.h | 139 static int cmp_within_supernode_1 (const function_point &point_a, 141 static int cmp_within_supernode (const function_point &point_a, 143 static int cmp (const function_point &point_a,
|
| H A D | engine.cc | 2229 const program_point &point_a = ka.m_enode->get_point (); in cmp() local 2231 const call_string &call_string_a = point_a.get_call_string (); in cmp() 2239 && point_a.get_function () != NULL in cmp() 2241 && point_a.get_function () != point_b.get_function ()) in cmp() 2243 if (int cmp = ka.m_worklist.m_plan.cmp_function (point_a.get_function (), in cmp() 2297 = function_point::cmp_within_supernode (point_a.get_function_point (), in cmp() 2303 gcc_assert (point_a == point_b); in cmp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | program-point.cc | 388 function_point::cmp_within_supernode_1 (const function_point &point_a, in cmp_within_supernode_1() argument 391 gcc_assert (point_a.get_supernode () == point_b.get_supernode ()); in cmp_within_supernode_1() 393 switch (point_a.m_kind) in cmp_within_supernode_1() 406 if (point_a.m_from_edge) in cmp_within_supernode_1() 407 a_src_idx = point_a.m_from_edge->m_src->m_index; in cmp_within_supernode_1() 428 return point_a.m_stmt_idx - point_b.m_stmt_idx; in cmp_within_supernode_1() 457 function_point::cmp_within_supernode (const function_point &point_a, in cmp_within_supernode() argument 460 int result = cmp_within_supernode_1 (point_a, point_b); in cmp_within_supernode() 464 int reversed = cmp_within_supernode_1 (point_b, point_a); in cmp_within_supernode() 506 function_point *point_a; in test_function_point_ordering() local [all …]
|
| H A D | program-point.h | 163 static int cmp_within_supernode_1 (const function_point &point_a, 165 static int cmp_within_supernode (const function_point &point_a,
|
| H A D | engine.cc | 1718 const program_point &point_a = ka.m_enode->get_point (); in cmp() local 1720 const call_string &call_string_a = point_a.get_call_string (); in cmp() 1728 && point_a.get_function () != NULL in cmp() 1730 && point_a.get_function () != point_b.get_function ()) in cmp() 1732 return ka.m_worklist.m_plan.cmp_function (point_a.get_function (), in cmp() 1767 = function_point::cmp_within_supernode (point_a.get_function_point (), in cmp() 1778 gcc_assert (point_a == point_b); in cmp()
|