Searched refs:hif (Results 1 – 3 of 3) sorted by relevance
45 HIf* hif = block->GetLastInstruction()->AsIfOrNull(); in CalculateLoopBasicProperties() local46 if (hif != nullptr && !loop_info->Contains(*hif->InputAt(0)->GetBlock())) { in CalculateLoopBasicProperties()
2718 HInstruction* hif, in VectorizeIfCondition() argument2721 DCHECK(hif->IsIf()); in VectorizeIfCondition()2722 HInstruction* if_input = hif->InputAt(0); in VectorizeIfCondition()2782 HVecPredNot(global_allocator_, vec_cond, type, vector_length_, hif->GetDexPc()); in VectorizeIfCondition()2784 vector_map_->Put(hif, vec_pred_not); in VectorizeIfCondition()2785 BlockPredicateInfo* pred_info = predicate_info_map_->Get(hif->GetBlock()); in VectorizeIfCondition()
143 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateTestControlFlowGraph() local147 loop_->AddInstruction(hif); in CreateTestControlFlowGraph()180 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateDiamondShapedCFG() local182 upper->AddInstruction(hif); in CreateDiamondShapedCFG()