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

  /art/compiler/optimizing/
select_generator.cc 84 HBasicBlock* true_block = if_instruction->IfTrueSuccessor(); local
86 DCHECK_NE(true_block, false_block);
87 if (!IsSimpleBlock(true_block) ||
89 !BlocksMergeTogether(true_block, false_block)) {
92 HBasicBlock* merge_block = true_block->GetSingleSuccessor();
97 if (!true_block->IsSingleGoto()) {
98 true_block->GetFirstInstruction()->MoveBefore(if_instruction);
103 DCHECK(true_block->IsSingleGoto());
107 size_t predecessor_index_true = merge_block->GetPredecessorIndexOf(true_block);
132 true_block->DisconnectAndDelete()
    [all...]
graph_test.cc 132 HBasicBlock* true_block = if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(); local
133 ASSERT_NE(true_block, return_block);
136 ASSERT_EQ(true_block->GetSuccessors()[0], return_block);
bounds_check_elimination.cc 1701 HBasicBlock* true_block = if_block->GetSuccessors()[0]; \/\/ True successor. local
1738 HBasicBlock* true_block = it1->second; local
    [all...]
nodes.cc 2283 HBasicBlock* true_block = new (arena_) HBasicBlock(this, header->GetDexPc()); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 170 LLVMBasicBlockRef true_block; member in struct:lp_build_if_state
  /external/v8/src/compiler/
instruction-selector-impl.h 326 FlagsContinuation(FlagsCondition condition, BasicBlock* true_block,
330 true_block_(true_block),
332 DCHECK_NOT_NULL(true_block);
368 BasicBlock* true_block() const { function in class:v8::internal::compiler::final
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 2000 int true_block = instr->TrueDestination(chunk_); local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 5363 int true_block = instr->TrueDestination(chunk_); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 1797 int true_block = instr->TrueDestination(chunk_); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 1891 int true_block = instr->TrueDestination(chunk_); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 2013 int true_block = instr->TrueDestination(chunk_); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 2049 int true_block = instr->TrueDestination(chunk_); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 2056 int true_block = instr->TrueDestination(chunk_); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 1933 int true_block = instr->TrueDestination(chunk_); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 2073 int true_block = instr->TrueDestination(chunk_); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 1047 HBasicBlock* true_block = NULL; local
1063 HBasicBlock* true_block = NULL; local
    [all...]

Completed in 1458 milliseconds