Searched refs:IsWhileContext (Results 1 – 4 of 4) sorted by relevance
154 return ctxt is not None and ctxt.IsWhileContext() and not IsCondSwitch(op)162 return ctxt is not None and ctxt.IsWhileContext() and not IsCondMerge(op)208 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
650 op._control_flow_context.IsWhileContext() and
806 def IsWhileContext(self): member in ControlFlowContext2349 def IsWhileContext(self): member in WhileContext
68 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt