Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_analysis.cc45 HIf* hif = block->GetLastInstruction()->AsIf(); in CalculateLoopBasicProperties() local
46 if (hif != nullptr && !loop_info->Contains(*hif->InputAt(0)->GetBlock())) { in CalculateLoopBasicProperties()
Dload_store_elimination_test.cc128 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateTestControlFlowGraph() local
132 loop_->AddInstruction(hif); in CreateTestControlFlowGraph()
165 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateDiamondShapedCFG() local
167 upper->AddInstruction(hif); in CreateDiamondShapedCFG()