Searched refs:AfterMask (Results 1 – 5 of 5) sorted by relevance
43 AfterNewObj = 1 << 8 | AfterMask,44 AfterCall = 1 << 9 | AfterMask,59 AfterMask = 1 << 23, enumerator
93 if (edge.Tag == EdgeTag.Exit || edge.Tag == EdgeTag.Entry || edge.Tag.Is (EdgeTag.AfterMask))146 if (edge.Tag == EdgeTag.Entry || edge.Tag.Is (EdgeTag.AfterMask))162 if (edge.Tag == EdgeTag.Exit || edge.Tag == EdgeTag.Entry || edge.Tag.Is (EdgeTag.AfterMask))179 if (edge.Tag.Is (EdgeTag.AfterMask))
382 if (pc.SubroutineContext.AsEnumerable().Any (edge => edge.Tag.Is (EdgeTag.AfterMask))) in TryFindOldState()
530 …if (context.Head.Tag.Is (EdgeTag.AfterMask) && context.Head.From.IsMethodCallBlock (out calledMeth… in GetOrdinaryEdgeSubroutines()
1256 if (pair.Tag == EdgeTag.Exit || pair.Tag.Is (EdgeTag.AfterMask)) in FindOldState()