Searched refs:hif (Results 1 – 2 of 2) sorted by relevance
45 HIf* hif = block->GetLastInstruction()->AsIf(); in CalculateLoopBasicProperties() local46 if (hif != nullptr && !loop_info->Contains(*hif->InputAt(0)->GetBlock())) { in CalculateLoopBasicProperties()
128 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateTestControlFlowGraph() local132 loop_->AddInstruction(hif); in CreateTestControlFlowGraph()165 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateDiamondShapedCFG() local167 upper->AddInstruction(hif); in CreateDiamondShapedCFG()