reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Automaton.h
  101       auto PI = lower_bound(Pairs, NfaStatePair{Head->State, 0ULL});
  102       auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX});
  106         if (PI->FromDfaState == Head->State)
  107           Heads.push_back(makePathSegment(PI->ToDfaState, Head));