LLVM: llvm::NfaStatePair Struct Reference (original) (raw)
Forward define the pair type used by the automata transition info tables. More...
#include "[llvm/Support/Automaton.h](Automaton%5F8h%5Fsource.html)"
Detailed 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>.
Definition at line 46 of file Automaton.h.
Member Function Documentation
◆ operator<()
Member Data Documentation
◆ FromDfaState
uint64_t llvm::NfaStatePair::FromDfaState
◆ ToDfaState
The documentation for this struct was generated from the following file:
- include/llvm/Support/Automaton.h