Searched refs:with_parent (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/Transforms/IRCE/ |
D | with-parent-loops.ll | 35 define void @with_parent(i32* %arr, i32* %a_len_ptr, i32 %n, i32 %parent.count) #0 { 36 ; CHECK: irce: in function with_parent: constrained Loop at depth 2 containing: %loop.i<header><exi… 81 loop: ; preds = %with_parent.exit, %entry 82 %idx = phi i32 [ 0, %entry ], [ %idx.next, %with_parent.exit ] 114 br i1 %next.i, label %loop.i, label %with_parent.exit 116 with_parent.exit: ; preds = %inner_loop.exit.i 119 exit: ; preds = %with_parent.exit 195 loop: ; preds = %with_parent.exit17, %entry 196 %idx = phi i32 [ 0, %entry ], [ %idx.next, %with_parent.exit17 ] 228 br i1 %next.i, label %loop.i, label %with_parent.exit [all …]
|
/external/v8/src/ |
D | hydrogen-gvn.cc | 547 HBasicBlock* with_parent = block; in ComputeBlockSideEffects() local 550 HBasicBlock* parent_block = with_parent->parent_loop_header(); in ComputeBlockSideEffects() 552 with_parent = parent_block; in ComputeBlockSideEffects() 553 } while (with_parent->HasParentLoopHeader()); in ComputeBlockSideEffects()
|