Home
last modified time | relevance | path

Searched refs:h_if (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc526 HIf* h_if = instruction->AsIf(); in GetLoopHeaderSuccesorInLoop() local
528 bool true_successor_in_loop = loop_info->Contains(*h_if->IfTrueSuccessor()); in GetLoopHeaderSuccesorInLoop()
529 bool false_successor_in_loop = loop_info->Contains(*h_if->IfFalseSuccessor()); in GetLoopHeaderSuccesorInLoop()
536 return false_successor_in_loop ? h_if->IfFalseSuccessor() : h_if->IfTrueSuccessor(); in GetLoopHeaderSuccesorInLoop()
834 HIf* h_if = new (graph->GetArena()) HIf(cond); in AddLoopBodyEntryTest() local
836 if_block->AddInstruction(h_if); in AddLoopBodyEntryTest()