Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_analysis.cc45 HIf* hif = block->GetLastInstruction()->AsIfOrNull(); in CalculateLoopBasicProperties() local
46 if (hif != nullptr && !loop_info->Contains(*hif->InputAt(0)->GetBlock())) { in CalculateLoopBasicProperties()
Dloop_optimization.cc2718 HInstruction* hif, in VectorizeIfCondition() argument
2721 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()
Dload_store_elimination_test.cc143 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateTestControlFlowGraph() local
147 loop_->AddInstruction(hif); in CreateTestControlFlowGraph()
180 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateDiamondShapedCFG() local
182 upper->AddInstruction(hif); in CreateDiamondShapedCFG()