Searched refs:IsCondMerge (Results 1 – 2 of 2) sorted by relevance
160 self.assertTrue(control_flow_util.IsCondMerge(n))163 self.assertFalse(control_flow_util.IsCondMerge(n))175 self.assertFalse(control_flow_util.IsCondMerge(n))180 control_flow_util.IsCondMerge(n))
133 def IsCondMerge(op): function162 return ctxt is not None and ctxt.IsWhileContext() and not IsCondMerge(op)