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

/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp1 //===- DFAPacketizerEmitter.cpp - Packetization DFA for a VLIW machine-----===//
13 // automaton (DFA) that models all possible mappings of machine instructions
29 // class DFAPacketizerEmitter: class that generates and prints out the DFA
76 // two states [0x01] and [0x10] into a DFA with a single state [0x01, 0x10].
125 // class DFA: deterministic finite automaton for processor resource tracking.
128 class DFA { class in namespace:__anon3872
130 DFA();
131 ~DFA();
140 // Modify the DFA.
146 // writeTable: Print out a table representing the DFA
164 DFA::DFA(): currentState(NULL) {} function in class:DFA
[all...]

Completed in 46 milliseconds