Searched refs:IsWhileContext (Results 1 – 4 of 4) sorted by relevance
141 return ctxt is not None and ctxt.IsWhileContext() and not IsCondSwitch(op)149 return ctxt is not None and ctxt.IsWhileContext() and not IsCondMerge(op)195 if ctxt.IsWhileContext() or ctxt == stop_ctxt: return ctxt
701 op._control_flow_context.IsWhileContext() and
1538 def IsWhileContext(self): member in ControlFlowContext3036 def IsWhileContext(self): member in WhileContext
696 if cfc.IsWhileContext():