struct NfaStatePair
Declaration
struct NfaStatePair { /* full declaration omitted */ };
Description
Forward define the pair type used by the automata transition info tables. Experimental results with large tables have shown a significant (multiple orders of magnitude) parsing speedup by using a custom struct here with a trivial constructor rather than std::pair <uint64 _t, uint64_t>.
Declared at: llvm/include/llvm/Support/Automaton.h:48
Member Variables
- public uint64_t FromDfaState
- public uint64_t ToDfaState