struct NfaTranscriber::PathSegment
Declaration
struct NfaTranscriber::PathSegment { /* full declaration omitted */ };
Description
A simple linked-list of traversed states that can have a shared tail. The traversed path is stored in reverse order with the latest state as the head.
Declared at: llvm/include/llvm/Support/Automaton.h:69
Member Variables
- public uint64_t State
- public llvm::internal::NfaTranscriber::PathSegment* Tail