Home | History | Annotate | Download | only in optimizing

Lines Matching refs:then

559   // and the returned block is the start of the then branch (that could contain multiple blocks).
560 HBasicBlock* then = cursor_block->SplitAfterForInlining(compare);
587 graph_->AddBlock(then);
593 cursor_block->AddSuccessor(then);
598 then->SetDominator(cursor_block);
599 cursor_block->AddDominatedBlock(then);
608 graph_->reverse_post_order_[++index] = then;
616 then, original_invoke_block, /* replace_if_back_edge */ false);
1058 // same as the local "this" pointer then we must have a super invocation.