Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp61 DfaState NewStates; in visitDfaState() local
71 NewStates.push_back(ToState); in visitDfaState()
75 if (NewStates.empty()) in visitDfaState()
78 sort(NewStates); in visitDfaState()
79 NewStates.erase(llvm::unique(NewStates), NewStates.end()); in visitDfaState()
82 unsigned ToId = DfaStates.insert(NewStates); in visitDfaState()