Searched refs:call_something (Results 1 – 7 of 7) sorted by relevance
21 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function31 call_something(); in get_val()
20 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function30 call_something(); in get_val()
20 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function28 call_something(); in make_val()
20 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function29 call_something(); in make_val()
20 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function46 call_something(); in func()
21 ; CHECK-LABEL: call_something:25 define void @call_something() {