LLVM API Documentation

Defines | Functions
FastISel.cpp File Reference
#include "llvm/CodeGen/Analysis.h"
#include "llvm/CodeGen/FastISel.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/BranchProbabilityInfo.h"
#include "llvm/Analysis/Loads.h"
#include "llvm/CodeGen/FunctionLoweringInfo.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/StackMaps.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DebugInfo.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"
#include "llvm/Target/TargetSubtargetInfo.h"
Include dependency graph for FastISel.cpp:

Go to the source code of this file.

Defines

#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")
static AttributeSet getReturnAttrs (FastISel::CallLoweringInfo &CLI)

Define Documentation

#define DEBUG_TYPE   "isel"

Definition at line 71 of file FastISel.cpp.


Function Documentation

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"   
)