Home
last modified time | relevance | path

Searched refs:func_2 (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/Analysis/MemorySSA/
Dpr40038.ll22 call void @func_2()
27 define dso_local void @func_2() #0 {
Dpr39197.ll24 %2 = call signext i32 @func_2()
68 declare dso_local signext i32 @func_2() #0
/external/llvm-project/llvm/test/Analysis/BasicAA/
Dunreachable-block.ll6 define void @func_2() nounwind {
/external/llvm/test/Analysis/BasicAA/
Dunreachable-block.ll6 define void @func_2() nounwind {
/external/clang/test/Sema/
Dempty1.c50 int func_2(struct emp_1 *x) { in func_2() function
/external/llvm-project/clang/test/Sema/
Dempty1.c50 int func_2(struct emp_1 *x) { in func_2() function
/external/llvm-project/clang/test/Parser/
Drecovery.cpp167 void func_2(EC3 x) {
/external/clang/test/Parser/
Drecovery.cpp164 void func_2(EC3 x) {
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dirreducible-cfg.ll297 ; CHECK: func_2:
299 define void @func_2() {
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc2285 auto func_2 = ops::Identity(scope.WithOpName("Func/a/input/_2"), s[2]); in TEST() local
2287 auto r = ops::Mul(scope.WithOpName("r"), func_2, func_3); in TEST()
2365 auto func_2 = ops::NoOp(s.WithOpName("Func/x/input_control_node/_2") in TEST() local
2368 s.WithOpName("Func/x/input/_0").WithControlDependencies({func_2}), i); in TEST()
2370 s.WithOpName("Func/x/input/_1").WithControlDependencies({func_2}), i); in TEST()
/external/tensorflow/tensorflow/core/framework/
Dfunction_test.cc1377 FunctionDef func_2 = make_simple_fdef("Func2", ""); in TEST() local
1400 {func_1, func_2, func_3, func_2_grad, func_4, func_5, func_6}); in TEST()