Searched refs:FUNC3 (Results 1 – 3 of 3) sorted by relevance
100 ; DOT-DAG: Node[[FUNC3:0x[a-z0-9]+]] [shape=record,label="{func3}"];108 ; DOT-DAG: Node[[FUNC1]] -> Node[[FUNC3]];110 ; DOT-DAG: Node[[FUNC5]] -> Node[[FUNC3]];116 ; DOT-DAG: Node[[FUNC6]] -> Node[[FUNC3]];119 ; DOT-DAG: Node[[FUNC7]] -> Node[[FUNC3]];
34 __attribute__((noinline)) void FUNC3() { int x; USE(&x); FUNC2(); } in FUNC3() function35 __attribute__((noinline)) void FUNC4() { int x; USE(&x); FUNC3(); } in FUNC4()
72 void FUNC3(Sub* p) { in FUNC3() function