LLVM API Documentation
#include "llvm/CodeGen/FastISel.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/Statistic.h"#include "llvm/Analysis/Loads.h"#include "llvm/CodeGen/Analysis.h"#include "llvm/CodeGen/FunctionLoweringInfo.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/DebugInfo.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Function.h"#include "llvm/IR/GlobalVariable.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/Operator.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Target/TargetLibraryInfo.h"#include "llvm/Target/TargetLowering.h"#include "llvm/Target/TargetMachine.h"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "isel" |
Functions | |
| STATISTIC (NumFastIselSuccessIndependent,"Number of insts selected by ""target-independent selector") | |
| STATISTIC (NumFastIselSuccessTarget,"Number of insts selected by ""target-specific selector") | |
| STATISTIC (NumFastIselDead,"Number of dead insts removed on failure") | |
| #define DEBUG_TYPE "isel" |
Definition at line 42 of file FastISel.cpp.
| STATISTIC | ( | NumFastIselSuccessIndependent | , |
| "Number of insts selected by ""target-independent selector" | |||
| ) |
| STATISTIC | ( | NumFastIselSuccessTarget | , |
| "Number of insts selected by ""target-specific selector" | |||
| ) |
| STATISTIC | ( | NumFastIselDead | , |
| "Number of dead insts removed on failure" | |||
| ) |