Searched refs:hif (Results 1 – 2 of 2) sorted by relevance
44 HIf* hif = block->GetLastInstruction()->AsIf(); in CalculateLoopBasicProperties() local45 if (hif != nullptr && !loop_info->Contains(*hif->InputAt(0)->GetBlock())) { in CalculateLoopBasicProperties()
95 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateTestControlFlowGraph() local99 loop_->AddInstruction(hif); in CreateTestControlFlowGraph()137 HInstruction* hif = new (GetAllocator()) HIf(cmp); in CreateDiamondShapedCFG() local139 upper->AddInstruction(hif); in CreateDiamondShapedCFG()