Searched refs:IsCondSwitch (Results 1 – 2 of 2) sorted by relevance
114 control_flow_util.IsCondSwitch(n) != control_flow_util.IsLoopSwitch(119 control_flow_util.IsCondSwitch(n),126 control_flow_util.IsCondSwitch(n),136 control_flow_util.IsCondSwitch(n) != control_flow_util.IsLoopSwitch(141 control_flow_util.IsCondSwitch(n),
112 def IsCondSwitch(op): function154 return ctxt is not None and ctxt.IsWhileContext() and not IsCondSwitch(op)