Searched refs:new_control_operands (Results 1 – 1 of 1) sorted by relevance
2988 SmallVector<Value> new_control_operands(control_operands); in RemoveControlOperandIfExist() local2990 new_control_operands, in RemoveControlOperandIfExist()2992 if (it == new_control_operands.end()) return nullptr; in RemoveControlOperandIfExist()2993 new_control_operands.erase(it, new_control_operands.end()); in RemoveControlOperandIfExist()2997 state.addOperands(new_control_operands); in RemoveControlOperandIfExist()