Searched refs:rm_index (Results 1 – 2 of 2) sorted by relevance
197 auto rm_index = phi->CastToPhi()->GetPredBlockIndex(rm_pred); in RemovePredecessorUpdateDF() local198 auto remaining_inst = phi->GetInput(1 - rm_index).GetInst(); in RemovePredecessorUpdateDF()206 auto rm_index = phi->CastToPhi()->GetPredBlockIndex(rm_pred); in RemovePredecessorUpdateDF() local207 phi->CastToPhi()->RemoveInput(rm_index); in RemovePredecessorUpdateDF()
219 auto rm_index = phi->CastToPhi()->GetPredBlockIndex(pred); in ProcessBB() local220 auto remaining_inst = phi->GetInputs()[1 - rm_index].GetInst(); in ProcessBB()226 auto rm_index = phi->CastToPhi()->GetPredBlockIndex(pred); in ProcessBB() local227 phi->CastToPhi()->RemoveInput(rm_index); in ProcessBB()