Home
last modified time | relevance | path

Searched refs:GOTO (Results 1 – 25 of 100) sorted by relevance

1234

/external/llvm/tools/msbuild/
Dinstall.bat12 IF %PLATFORM% == x64 GOTO PLATFORMLOOPEND
19 IF EXIST %D% GOTO FOUND_V100
21 IF EXIST %D% GOTO FOUND_V100
25 IF EXIST %D% GOTO FOUND_V110
27 IF EXIST %D% GOTO FOUND_V110
31 IF EXIST %D% GOTO FOUND_V120
33 IF EXIST %D% GOTO FOUND_V120
37 IF EXIST %D% GOTO FOUND_V140
39 IF EXIST %D% GOTO FOUND_V140
43 GOTO PLATFORMLOOPHEAD
[all …]
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dpointer-sign-bits.ll10 "GOTO or IF*2": ; preds = %"true verifyAndComputePtr89", %verifyNullCont84
13 "GOTO or IF*5": ; preds = %"true verifyAndComputePtr127", %"GOTO or IF*6"
16 "GOTO or IF*6": ; preds = %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge", %"true ver…
17 …%indvar = phi i32 [ %indvar.next, %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge" ], [ 0, %"…
21 br i1 %3, label %verifyNullCont126, label %"GOTO or IF*5"
171 …br i1 undef, label %"verifyNullCont78.GOTO or IF*4_crit_edge", label %verifyNullCont78.end_crit_ed…
173 "verifyNullCont78.GOTO or IF*4_crit_edge": ; preds = %verifyNullCont78
179 verifyNullExit80: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge"
182 verifyNullCont81: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge"
188 br i1 undef, label %"GOTO or IF*2", label %verifyNullCont86
[all …]
/external/llvm/test/Analysis/ScalarEvolution/
Dpointer-sign-bits.ll10 "GOTO or IF*2": ; preds = %"true verifyAndComputePtr89", %verifyNullCont84
13 "GOTO or IF*5": ; preds = %"true verifyAndComputePtr127", %"GOTO or IF*6"
16 "GOTO or IF*6": ; preds = %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge", %"true ver…
17 …%indvar = phi i32 [ %indvar.next, %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge" ], [ 0, %"…
21 br i1 %3, label %verifyNullCont126, label %"GOTO or IF*5"
171 …br i1 undef, label %"verifyNullCont78.GOTO or IF*4_crit_edge", label %verifyNullCont78.end_crit_ed…
173 "verifyNullCont78.GOTO or IF*4_crit_edge": ; preds = %verifyNullCont78
179 verifyNullExit80: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge"
182 verifyNullCont81: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge"
188 br i1 undef, label %"GOTO or IF*2", label %verifyNullCont86
[all …]
/external/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.bat22 if %1 == () GOTO:TOOLNAME_NOT_FOUND
23 if %1 == --tool GOTO:TOOLNAME_FOUND
35 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY
36 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY
37 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY
38 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY
39 if "%TOOL_NAME%" == "tsan" GOTO :SETUP_TSAN
44 if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS
48 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK
64 if EXIST %TSAN_SFX% GOTO TSAN_BINARY_OK
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.bat22 if %1 == () GOTO:TOOLNAME_NOT_FOUND
23 if %1 == --tool GOTO:TOOLNAME_FOUND
36 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY
37 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY
38 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY
39 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY
44 if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS
48 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp164 if (LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch()
186 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch()
195 if (SecondLastInst.getOpcode() == NVPTX::GOTO && in analyzeBranch()
196 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch()
213 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch) in RemoveBranch()
245 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB); in InsertBranch()
254 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB); in InsertBranch()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java84 instrumenter.visitJumpInsnWithProbe(Opcodes.GOTO, label, 3, frame); in testVisitJumpInsnWithProbe_GOTO()
87 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); in testVisitJumpInsnWithProbe_GOTO()
184 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); in testVisitJumpInsnWithProbe()
206 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitTableSwitchInsnWithProbes()
210 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitTableSwitchInsnWithProbes()
230 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitLookupSwitchInsnWithProbes()
234 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitLookupSwitchInsnWithProbes()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesJavacFilterTest.java403 m.visitJumpInsn(Opcodes.GOTO, l15); in javac_7_8()
410 m.visitJumpInsn(Opcodes.GOTO, l15); in javac_7_8()
434 m.visitJumpInsn(Opcodes.GOTO, l23); in javac_7_8()
441 m.visitJumpInsn(Opcodes.GOTO, l23); in javac_7_8()
480 m.visitJumpInsn(Opcodes.GOTO, l28); in javac_7_8()
487 m.visitJumpInsn(Opcodes.GOTO, l28); in javac_7_8()
525 m.visitJumpInsn(Opcodes.GOTO, l30); in javac_7_8()
532 m.visitJumpInsn(Opcodes.GOTO, l30); in javac_7_8()
661 m.visitJumpInsn(Opcodes.GOTO, end); in javac9_omitted_null_check()
670 m.visitJumpInsn(Opcodes.GOTO, end); in javac9_omitted_null_check()
[all …]
DFinallyFilterTest.java112 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_try_catch_finally()
155 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in ecj_try_catch_finally()
163 m.visitJumpInsn(Opcodes.GOTO, after); in ecj_try_catch_finally()
210 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_empty_catch()
218 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_empty_catch()
259 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_8_empty_catch()
267 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_8_empty_catch()
301 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in ecj_empty_catch()
308 m.visitJumpInsn(Opcodes.GOTO, after); in ecj_empty_catch()
362 m.visitJumpInsn(Opcodes.GOTO, finallyStart); in ecj_always_completes_abruptly()
DTryWithResourcesEcjFilterTest.java191 m.visitJumpInsn(Opcodes.GOTO, l4); in ecj()
216 m.visitJumpInsn(Opcodes.GOTO, l7); in ecj()
225 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj()
254 m.visitJumpInsn(Opcodes.GOTO, end); in ecj()
264 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj()
294 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj()
522 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj_noFlowOut()
552 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj_noFlowOut()
582 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj_noFlowOut()
DStringSwitchJavacFilterTest.java64 m.visitJumpInsn(Opcodes.GOTO, secondSwitch); in should_filter_code_generated_by_javac()
77 m.visitJumpInsn(Opcodes.GOTO, secondSwitch); in should_filter_code_generated_by_javac()
128 m.visitJumpInsn(Opcodes.GOTO, cases); in should_not_filter_code_generated_by_ECJ()
139 m.visitJumpInsn(Opcodes.GOTO, cases); in should_not_filter_code_generated_by_ECJ()
DSynchronizedFilterTest.java56 m.visitJumpInsn(Opcodes.GOTO, exit); in javac()
102 m.visitJumpInsn(Opcodes.GOTO, exit); in javacTryCatchFinally()
110 m.visitJumpInsn(Opcodes.GOTO, exit); in javacTryCatchFinally()
146 m.visitJumpInsn(Opcodes.GOTO, exit); in ecj()
/external/icu/icu4c/source/allinone/
Dicucheck.bat55 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
66 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
77 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
88 @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
100 @REM @IF NOT ERRORLEVEL 1 GOTO OK_%THT%
/external/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java118 /* 12 */ addJump(code, Opcode.GOTO, 125); in generate()
122 /* 20 */ addJump(code, Opcode.GOTO, 125); in generate()
139 /* 66 */ addJump(code, Opcode.GOTO, 111); in generate()
148 /* 85 */ addJump(code, Opcode.GOTO, 106); in generate()
161 /* 114 */ addJump(code, Opcode.GOTO, 123); in generate()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java59 if (opcode == Opcodes.GOTO) { in visitJumpInsnWithProbe()
61 mv.visitJumpInsn(Opcodes.GOTO, label); in visitJumpInsnWithProbe()
66 mv.visitJumpInsn(Opcodes.GOTO, label); in visitJumpInsnWithProbe()
168 mv.visitJumpInsn(Opcodes.GOTO, label); in insertIntermediateProbe()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesJavacFilter.java165 if (cursor.getOpcode() != Opcodes.GOTO) { in matchJavac()
211 nextIs(Opcodes.GOTO); in nextIsJavacClose()
218 nextIs(Opcodes.GOTO); in nextIsJavacClose()
DTryWithResourcesEcjFilter.java78 nextIsJump(Opcodes.GOTO, r + ".end"); in matchEcj()
108 if (cursor == null || cursor.getOpcode() != Opcodes.GOTO) { in matchEcj()
194 nextIsJump(Opcodes.GOTO, endLabel); in nextIsEcjSuppress()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java55 analyzer.visitJumpInsn(GOTO, label); in testFlowScenario02()
78 analyzer.visitJumpInsn(GOTO, label); in testFlowScenario05()
94 analyzer.visitJumpInsn(GOTO, label); in testFlowScenario07()
121 analyzer.visitJumpInsn(GOTO, label); in testFlowScenario10()
339 testJumpInsn(GOTO, false); in testJumpInsn()
/external/protobuf/
Dappveyor.bat3 IF %language%==cpp GOTO build_cpp
4 IF %language%==csharp GOTO build_csharp
/external/protobuf/util/
Dappveyor.bat3 IF %language%==cpp GOTO build_cpp
4 IF %language%==csharp GOTO build_csharp
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DFixGotoTest.java22 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget)); in testFixGotoToGoto16()
45 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget)); in testFixGotoToGoto32()
98 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, gotoTarget)); in testFixGotoCascading()
DPayloadAlignmentTest.java155 …implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_targe… in testPackedSwitchAlignment()
179 new Opcode[]{Opcode.GOTO, in testPackedSwitchAlignment()
206 …implBuilder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, implBuilder.getLabel("goto_targe… in testSparseSwitchAlignment()
230 new Opcode[]{Opcode.GOTO, in testSparseSwitchAlignment()
DFixOffsetsTest.java56 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, firstGotoTarget)); in testFixOffsets()
75 builder.addInstruction(new BuilderInstruction10t(Opcode.GOTO, secondGotoTarget)); in testFixOffsets()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java48 /*00: 0x00*/ new ImmutableInstruction10t(Opcode.GOTO, 1), in testInstructionOffsetMap()
77 /*25: 0x37*/ new ImmutableInstruction10t(Opcode.GOTO, 1) in testInstructionOffsetMap()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt46 GOTO L4
227 GOTO L3
244 GOTO L3
255 GOTO L3
301 GOTO L11
318 GOTO L11
434 GOTO L1
550 GOTO L4
558 GOTO L1
614 GOTO L1
[all …]

1234