|
LLVM
4.0.0
|
This file defines the FastISel class. More...
#include "llvm/ADT/DenseMap.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/IR/CallingConv.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/Target/TargetLowering.h"Go to the source code of this file.
Classes | |
| class | llvm::FastISel |
| This is a fast-path instruction selection class that generates poor code and doesn't support illegal types or non-trivial lowering, but runs quickly. More... | |
| struct | llvm::FastISel::ArgListEntry |
| struct | llvm::FastISel::CallLoweringInfo |
| struct | llvm::FastISel::SavePoint |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
This file defines the FastISel class.
Definition in file FastISel.h.
1.8.6