Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-simple-functions.cpp40 int test3_temp1 = 0, test3_temp2 = 0; in test3() local
43 test3_temp2 = test3_b + 5; // DexExpectStepOrder(6) in test3()
44 if (test3_temp1 > test3_temp2) { // DexExpectStepOrder(7) in test3()
45 test3_temp1 *= test3_temp2; // DexUnreachable() in test3()