A sequence of NFA state IDs representing one path through an NFA.
Declared in <llvm/Support/Automaton.h>
<llvm/Support/Automaton.h>
using NfaPath = SmallVector<uint64_t, 4>;