Home
last modified time | relevance | path

Searched refs:DfaTransitionInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.h78 using DfaTransitionInfo = SmallVector<std::pair<state_type, state_type>, 4>; variable
97 std::pair<dfa_state_type, DfaTransitionInfo>>
H A DDFAEmitter.cpp62 DfaTransitionInfo TI; in visitDfaState()
120 SequenceToOffsetTable<DfaTransitionInfo> Table; in emit()
121 std::map<DfaTransitionInfo, unsigned> EmittedIndices; in emit()