LLVM 20.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Allocator.h"
#include <deque>
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
struct | llvm::NfaStatePair |
Forward define the pair type used by the automata transition info tables. More... | |
class | llvm::internal::NfaTranscriber |
The internal class that maintains all possible paths through an NFA based on a path through the DFA. More... | |
class | llvm::Automaton< ActionT > |
A deterministic finite-state automaton. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::internal |
Typedefs | |
using | llvm::NfaPath = SmallVector< uint64_t, 4 > |