LLVM API Documentation

Classes | Namespaces | Functions
CodeMetrics.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/IR/CallSite.h"
Include dependency graph for CodeMetrics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::CodeMetrics
 Utility to calculate the size and a few similar metrics for a set of basic blocks. More...

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

bool llvm::callIsSmall (ImmutableCallSite CS)
 Check whether a call will lower to something small.