Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
Dembedded_interpreter.py10 self.loop_exit = False
23 while not self.loop_exit:
29 self.loop_exit = True
49 self.loop_exit = True
/external/llvm/test/Transforms/LCSSA/
D2006-06-12-MultipleExitsSameBlock.ll18 br i1 %rel.1, label %loop_exit, label %loop_body.2
21 br i1 %rel.2, label %loop_exit, label %loop_begin
22 loop_exit: ; preds = %loop_body.2, %loop_body.1
/external/llvm/test/CodeGen/Hexagon/vect/
Dvect-bad-bitcast.ll16 for.body8: ; preds = %for.body8, %polly.loop_exit.loopexit
17 %i.120 = phi i32 [ 0, %polly.loop_exit.loopexit ], [ %inc11.24, %for.body8 ]
26 polly.loop_exit.loopexit: ; preds = %polly.stmt.for.body
50 br i1 %polly.loop_cond, label %polly.stmt.for.body, label %polly.loop_exit.loopexit
/external/llvm/test/Transforms/LoopUnswitch/
Dbasictest.ll61 br label %loop_exit
62 loop_exit:
D2011-11-18-SimpleSwitch.ll86 br label %loop_exit
87 loop_exit:
D2011-11-18-TwoSwitches-Threshold.ll80 loop_exit:
D2011-11-18-TwoSwitches.ll134 loop_exit:
/external/llvm/test/Analysis/DivergenceAnalysis/NVPTX/
Ddiverge.ll110 br i1 %exit_cond, label %loop_exit, label %loop
111 loop_exit:
132 br i1 %exit_cond, label %loop_exit, label %loop
133 loop_exit:
/external/llvm/test/CodeGen/X86/
D2010-02-12-CoalescerBug-Impdef.ll74 …, %"struct double_int", i8, i8, i32, %"struct nb_iter_bound"*, %"struct loop_exit"*, i8, %"union t…
75 %"struct loop_exit" = type { %"struct edge_def"*, %"struct loop_exit"*, %"struct loop_exit"*, %"str…
/external/v8/src/
Dhydrogen.cc4986 HBasicBlock* loop_exit = CreateLoop(stmt, in VisitDoWhileStatement() local
4991 set_current_block(loop_exit); in VisitDoWhileStatement()
5026 HBasicBlock* loop_exit = CreateLoop(stmt, in VisitWhileStatement() local
5031 set_current_block(loop_exit); in VisitWhileStatement()
5075 HBasicBlock* loop_exit = CreateLoop(stmt, in VisitForStatement() local
5080 set_current_block(loop_exit); in VisitForStatement()
5180 HBasicBlock* loop_exit = CreateLoop(stmt, in VisitForInStatement() local
5186 set_current_block(loop_exit); in VisitForInStatement()