HomeSort by relevance Sort by last modified time
    Searched refs:true_block (Results 1 - 25 of 25) sorted by null

  /art/compiler/optimizing/
select_generator.cc 85 HBasicBlock* true_block = if_instruction->IfTrueSuccessor(); local
87 DCHECK_NE(true_block, false_block);
88 if (!IsSimpleBlock(true_block) ||
90 !BlocksMergeTogether(true_block, false_block)) {
93 HBasicBlock* merge_block = true_block->GetSingleSuccessor();
98 if (!true_block->IsSingleGoto()) {
99 true_block->MoveInstructionBefore(true_block->GetFirstInstruction(), if_instruction);
104 DCHECK(true_block->IsSingleGoto());
108 size_t predecessor_index_true = merge_block->GetPredecessorIndexOf(true_block);
    [all...]
graph_test.cc 133 HBasicBlock* true_block = if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(); local
134 ASSERT_NE(true_block, return_block);
137 ASSERT_EQ(true_block->GetSuccessors()[0], return_block);
bounds_check_elimination.cc 1597 HBasicBlock* true_block = if_block->GetSuccessors()[0]; \/\/ True successor. local
1637 HBasicBlock* true_block = it1->second; local
    [all...]
nodes.cc 2204 HBasicBlock* true_block = new (arena_) HBasicBlock(this, header->GetDexPc()); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.c 391 /* create/insert true_block before merge_block */
392 ifthen->true_block =
398 LLVMPositionBuilderAtEnd(gallivm->builder, ifthen->true_block);
410 /* Append an unconditional Br(anch) instruction on the true_block */
444 ifthen->true_block, ifthen->false_block);
449 ifthen->true_block, ifthen->merge_block);
lp_bld_flow.h 170 LLVMBasicBlockRef true_block; member in struct:lp_build_if_state
  /external/v8/src/compiler/
instruction-selector-impl.h 296 FlagsContinuation(FlagsCondition condition, BasicBlock* true_block,
300 true_block_(true_block),
302 DCHECK_NOT_NULL(true_block);
323 BasicBlock* true_block() const { function in class:v8::internal::compiler::final
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 402 inputs[input_count++] = g.Label(cont->true_block());
969 g.Label(cont->true_block()), g.Label(cont->false_block()));
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 225 inputs[input_count++] = g.Label(cont->true_block());
641 inputs[input_count++] = g.Label(cont->true_block());
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 275 inputs[input_count++] = g.Label(cont->true_block());
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 441 inputs[input_count++] = g.Label(cont->true_block());
968 g.Label(cont->true_block()), g.Label(cont->false_block()));
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 103 inputs[input_count++] = g.Label(cont->true_block());
949 g.Label(cont->true_block()), g.Label(cont->false_block()));
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 108 inputs[input_count++] = g.Label(cont->true_block());
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 384 inputs[input_count++] = g.Label(cont->true_block());
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 133 inputs[input_count++] = g.Label(cont->true_block());
    [all...]