Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Ddeep-recursion.c37 __attribute__((noinline)) void FUNC6() { int x; USE(&x); FUNC5(); } in FUNC6() function
38 __attribute__((noinline)) void FUNC7() { int x; USE(&x); FUNC6(); } in FUNC7()
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dcallgraph.ll103 ; DOT-DAG: Node[[FUNC6:0x[a-z0-9]+]] [shape=record,label="{func6}"];
113 ; DOT-DAG: Node[[FUNC6]] -> Node[[BROKER]];
116 ; DOT-DAG: Node[[FUNC6]] -> Node[[FUNC3]];