Home
last modified time | relevance | path

Searched refs:FUNC4 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Ddeep-recursion.c35 __attribute__((noinline)) void FUNC4() { int x; USE(&x); FUNC3(); } in FUNC4() function
36 __attribute__((noinline)) void FUNC5() { int x; USE(&x); FUNC4(); } in FUNC5()
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dcallgraph.ll101 ; 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]];