Searched refs:FUNC2 (Results 1 – 5 of 5) sorted by relevance
33 __attribute__((noinline)) void FUNC2() { int x; USE(&x); FUNC1(); } in FUNC2() function34 __attribute__((noinline)) void FUNC3() { int x; USE(&x); FUNC2(); } in FUNC3()
53 void FUNC2(void) { function60 // CHECK-LABEL: define{{.*}} void @FUNC2(
15 module FUNC2 {
51 void FUNC2(Derived2* p) { in FUNC2() function
99 ; DOT-DAG: Node[[FUNC2:0x[a-z0-9]+]] [shape=record,label="{func2}"];109 ; DOT-DAG: Node[[FUNC2]] -> Node[[FUNC4]];