LLVM  4.0.0
Macros | Functions
CodeMetrics.cpp File Reference
#include "llvm/Analysis/AssumptionCache.h"
#include "llvm/Analysis/CodeMetrics.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for CodeMetrics.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "code-metrics"
 

Functions

static void appendSpeculatableOperands (const Value *V, SmallPtrSetImpl< const Value * > &Visited, SmallVectorImpl< const Value * > &Worklist)
 
static void completeEphemeralValues (SmallPtrSetImpl< const Value * > &Visited, SmallVectorImpl< const Value * > &Worklist, SmallPtrSetImpl< const Value * > &EphValues)
 

Macro Definition Documentation

#define DEBUG_TYPE   "code-metrics"

Definition at line 26 of file CodeMetrics.cpp.

Function Documentation

static void appendSpeculatableOperands ( const Value V,
SmallPtrSetImpl< const Value * > &  Visited,
SmallVectorImpl< const Value * > &  Worklist 
)
static
static void completeEphemeralValues ( SmallPtrSetImpl< const Value * > &  Visited,
SmallVectorImpl< const Value * > &  Worklist,
SmallPtrSetImpl< const Value * > &  EphValues 
)
static