Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Dexponential-switch-unswitch.ll133 %test_outer = icmp slt i32 %iv1, 50
134 br i1 %test_outer, label %outer_loop, label %exit
Dexponential-nontrivial-unswitch-nested.ll155 %test_outer = icmp slt i32 %iv1, 50
156 br i1 %test_outer, label %outer, label %exit
Dexponential-nontrivial-unswitch-nested2.ll167 %test_outer = icmp slt i32 %iv1, 50
168 br i1 %test_outer, label %outer, label %exit
/external/python/cpython3/Lib/test/
Dtest_dis.py1128 def test_outer(self): member in InstructionTests