llvm::NfaPath

A sequence of NFA state IDs representing one path through an NFA.

Synopsis

Declared in <llvm/Support/Automaton.h>

using NfaPath = SmallVector<uint64_t, 4>;