Searched refs:loop_exit (Results 1 – 10 of 10) sorted by relevance
/external/lldb/source/Interpreter/ |
D | embedded_interpreter.py | 10 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/ |
D | 2006-06-12-MultipleExitsSameBlock.ll | 18 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/ |
D | vect-bad-bitcast.ll | 16 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/ |
D | basictest.ll | 61 br label %loop_exit 62 loop_exit:
|
D | 2011-11-18-SimpleSwitch.ll | 86 br label %loop_exit 87 loop_exit:
|
D | 2011-11-18-TwoSwitches-Threshold.ll | 80 loop_exit:
|
D | 2011-11-18-TwoSwitches.ll | 134 loop_exit:
|
/external/llvm/test/Analysis/DivergenceAnalysis/NVPTX/ |
D | diverge.ll | 110 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/ |
D | 2010-02-12-CoalescerBug-Impdef.ll | 74 …, %"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/ |
D | hydrogen.cc | 4986 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()
|