Searched refs:currentState (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp64 // Specifically, currentState is a set of bit-masks.
70 // From the initial state (currentState = 0x00), if we add instruction class
71 // L_or_M we will transition to a state with currentState = [0x01, 0x10]. This
137 State *currentState; member in class:__anon3872::DFA
164 DFA::DFA(): currentState(NULL) {}
194 // Iterate over all resource states in currentState.
252 assert(currentState && "Missing current state");
253 currentState->isInitial = true;

Completed in 42 milliseconds