LLVM API Documentation

SlotCalculator.cpp File Reference

#include "SlotCalculator.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/InlineAsm.h"
#include "llvm/Instructions.h"
#include "llvm/Module.h"
#include "llvm/SymbolTable.h"
#include "llvm/Type.h"
#include "llvm/Analysis/ConstantsScanner.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
#include <functional>

Include dependency graph for SlotCalculator.cpp:

Go to the source code of this file.

Defines

#define SC_DEBUG(X)

Functions

static bool hasNullValue (const Type *Ty)


Define Documentation

#define SC_DEBUG ( X   ) 

Definition at line 37 of file SlotCalculator.cpp.

Referenced by llvm::SlotCalculator::getPlane(), llvm::SlotCalculator::incorporateFunction(), llvm::SlotCalculator::purgeFunction(), llvm::SlotMachine::purgeFunction(), and llvm::SlotCalculator::SlotCalculator().


Function Documentation

static bool hasNullValue ( const Type Ty  )  [inline, static]

Definition at line 386 of file SlotCalculator.cpp.

References llvm::Type::LabelTy, Ty, and llvm::Type::VoidTy.