Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.h69 using DfaState = SmallVector<state_type, 4>; variable
93 UniqueVector<DfaState> DfaStates;
104 void visitDfaState(const DfaState &DS);
H A DDFAEmitter.cpp57 void DfaEmitter::visitDfaState(const DfaState &DS) { in visitDfaState()
61 DfaState NewStates; in visitDfaState()
89 DfaState Initial(1, /*NFA initial state=*/0); in constructDfa()
95 DfaState S = DfaStates[DfaStateId]; in constructDfa()