Searched refs:diamond_hif (Results 1 – 1 of 1) sorted by relevance
481 HIf* diamond_hif = diamond_top->GetLastInstruction()->AsIf(); in HasLoopDiamondStructure() local482 HBasicBlock* diamond_true = diamond_hif->IfTrueSuccessor(); in HasLoopDiamondStructure()483 HBasicBlock* diamond_false = diamond_hif->IfFalseSuccessor(); in HasLoopDiamondStructure()3155 HIf* diamond_hif = diamond_top->GetLastInstruction()->AsIf(); in InitPredicateInfoMap() local3156 HBasicBlock* diamond_true = diamond_hif->IfTrueSuccessor(); in InitPredicateInfoMap()3157 HBasicBlock* diamond_false = diamond_hif->IfFalseSuccessor(); in InitPredicateInfoMap()