Searched refs:FUNC4 (Results 1 – 2 of 2) sorted by relevance
35 __attribute__((noinline)) void FUNC4() { int x; USE(&x); FUNC3(); } in FUNC4() function36 __attribute__((noinline)) void FUNC5() { int x; USE(&x); FUNC4(); } in FUNC5()
101 ; DOT-DAG: Node[[FUNC4:0x[a-z0-9]+]] [shape=record,label="{func4}"];109 ; DOT-DAG: Node[[FUNC2]] -> Node[[FUNC4]];111 ; DOT-DAG: Node[[FUNC5]] -> Node[[FUNC4]];120 ; DOT-DAG: Node[[FUNC7]] -> Node[[FUNC4]];