Searched refs:h_if (Results 1 – 1 of 1) sorted by relevance
526 HIf* h_if = instruction->AsIf(); in GetLoopHeaderSuccesorInLoop() local528 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() local836 if_block->AddInstruction(h_if); in AddLoopBodyEntryTest()