|
LLVM
4.0.0
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/PointerIntPair.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/SmallVector.h"#include "llvm/IR/DebugLoc.h"#include "llvm/IR/ValueHandle.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MachineLocation.h"#include "llvm/Pass.h"#include "llvm/Support/DataTypes.h"Go to the source code of this file.
Classes | |
| class | llvm::MachineModuleInfoImpl |
| This class can be derived from and used by targets to hold private target-specific information for each Module. More... | |
| class | llvm::MachineModuleInfo |
| This class contains meta information specific to a module. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| void | llvm::computeUsesVAFloatArgument (const CallInst &I, MachineModuleInfo &MMI) |
| Determine if any floating-point values are being passed to this variadic function, and set the MachineModuleInfo's usesVAFloatArgument flag if so. More... | |
1.8.6