Home
last modified time | relevance | path

Searched defs:true_block (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcontrol_flow_simplifier.cc102 HBasicBlock* true_block = if_instruction->IfTrueSuccessor(); in TryGenerateSelectSimpleDiamondPattern() local
237 HBasicBlock* true_block = if_instruction->IfTrueSuccessor(); in TryFixupDoubleDiamondPattern() local
Dgraph_test.cc132 HBasicBlock* true_block = if_block->GetLastInstruction()->AsIf()->IfTrueSuccessor(); in TEST_F() local
Ddead_code_elimination.cc790 HBasicBlock* true_block = if_instr->IfTrueSuccessor(); in RemoveEmptyIfs() local
Dbounds_check_elimination.cc1914 HBasicBlock* true_block = if_block->GetSuccessors()[0]; // True successor. in TransformLoopForDeoptimizationIfNeeded() local
1951 HBasicBlock* true_block = entry.second; in InsertPhiNodes() local
Dnodes.cc3046 HBasicBlock* true_block = new (allocator_) HBasicBlock(this, header->GetDexPc()); in TransformLoopHeaderForBCE() local